mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 12:58:06 +00:00
rebase of the patches
This commit is contained in:
parent
5836021950
commit
3e46437443
@ -2,9 +2,11 @@
|
|||||||
lib/Support/CommandLine.cpp | 4 ++++
|
lib/Support/CommandLine.cpp | 4 ++++
|
||||||
1 file changed, 4 insertions(+)
|
1 file changed, 4 insertions(+)
|
||||||
|
|
||||||
--- a/lib/Support/CommandLine.cpp
|
Index: llvm-toolchain-snapshot_5.0~svn296106/lib/Support/CommandLine.cpp
|
||||||
+++ b/lib/Support/CommandLine.cpp
|
===================================================================
|
||||||
@@ -2046,6 +2046,10 @@ public:
|
--- llvm-toolchain-snapshot_5.0~svn296106.orig/lib/Support/CommandLine.cpp
|
||||||
|
+++ llvm-toolchain-snapshot_5.0~svn296106/lib/Support/CommandLine.cpp
|
||||||
|
@@ -2064,6 +2064,10 @@ public:
|
||||||
OS << " " << LLVM_VERSION_INFO;
|
OS << " " << LLVM_VERSION_INFO;
|
||||||
#endif
|
#endif
|
||||||
OS << "\n ";
|
OS << "\n ";
|
||||||
|
12
debian/patches/26-set-correct-float-abi.diff
vendored
12
debian/patches/26-set-correct-float-abi.diff
vendored
@ -18,13 +18,11 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
|
|||||||
Reviewed-By: <name and email of someone who approved the patch>
|
Reviewed-By: <name and email of someone who approved the patch>
|
||||||
Last-Update: <YYYY-MM-DD>
|
Last-Update: <YYYY-MM-DD>
|
||||||
|
|
||||||
---
|
Index: llvm-toolchain-snapshot_5.0~svn296106/clang/lib/Driver/Arch/ARM.cpp
|
||||||
clang/lib/Driver/Tools.cpp | 2 +-
|
===================================================================
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
--- llvm-toolchain-snapshot_5.0~svn296106.orig/clang/lib/Driver/Arch/ARM.cpp
|
||||||
|
+++ llvm-toolchain-snapshot_5.0~svn296106/clang/lib/Driver/Arch/ARM.cpp
|
||||||
--- a/clang/lib/Driver/Tools.cpp
|
@@ -202,7 +202,7 @@ arm::FloatABI arm::getARMFloatABI(const
|
||||||
+++ b/clang/lib/Driver/Tools.cpp
|
|
||||||
@@ -973,7 +973,7 @@ arm::FloatABI arm::getARMFloatABI(const
|
|
||||||
case llvm::Triple::MuslEABI:
|
case llvm::Triple::MuslEABI:
|
||||||
case llvm::Triple::EABI:
|
case llvm::Triple::EABI:
|
||||||
// EABI is always AAPCS, and if it was not marked 'hard', it's softfp
|
// EABI is always AAPCS, and if it was not marked 'hard', it's softfp
|
||||||
|
11
debian/patches/mips-fpxx-enable.diff
vendored
11
debian/patches/mips-fpxx-enable.diff
vendored
@ -2,9 +2,11 @@
|
|||||||
clang/lib/Driver/Tools.cpp | 5 -----
|
clang/lib/Driver/Tools.cpp | 5 -----
|
||||||
1 file changed, 5 deletions(-)
|
1 file changed, 5 deletions(-)
|
||||||
|
|
||||||
--- a/clang/lib/Driver/Tools.cpp
|
Index: llvm-toolchain-snapshot_5.0~svn296106/clang/lib/Driver/Arch/Mips.cpp
|
||||||
+++ b/clang/lib/Driver/Tools.cpp
|
===================================================================
|
||||||
@@ -7876,11 +7876,6 @@ bool mips::isFP64ADefault(const llvm::Tr
|
--- llvm-toolchain-snapshot_5.0~svn296106.orig/clang/lib/Driver/Arch/Mips.cpp
|
||||||
|
+++ llvm-toolchain-snapshot_5.0~svn296106/clang/lib/Driver/Arch/Mips.cpp
|
||||||
|
@@ -362,10 +362,6 @@ bool mips::isFP64ADefault(const llvm::Tr
|
||||||
|
|
||||||
bool mips::isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName,
|
bool mips::isFPXXDefault(const llvm::Triple &Triple, StringRef CPUName,
|
||||||
StringRef ABIName, mips::FloatABI FloatABI) {
|
StringRef ABIName, mips::FloatABI FloatABI) {
|
||||||
@ -12,7 +14,6 @@
|
|||||||
- Triple.getVendor() != llvm::Triple::MipsTechnologies &&
|
- Triple.getVendor() != llvm::Triple::MipsTechnologies &&
|
||||||
- !Triple.isAndroid())
|
- !Triple.isAndroid())
|
||||||
- return false;
|
- return false;
|
||||||
-
|
|
||||||
if (ABIName != "32")
|
if (ABIName != "32")
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user