mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
rebase of the patches
This commit is contained in:
parent
5836021950
commit
3e46437443
@ -2,9 +2,11 @@
|
||||
lib/Support/CommandLine.cpp | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
--- a/lib/Support/CommandLine.cpp
|
||||
+++ b/lib/Support/CommandLine.cpp
|
||||
@@ -2046,6 +2046,10 @@ public:
|
||||
Index: llvm-toolchain-snapshot_5.0~svn296106/lib/Support/CommandLine.cpp
|
||||
===================================================================
|
||||
--- 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;
|
||||
#endif
|
||||
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>
|
||||
Last-Update: <YYYY-MM-DD>
|
||||
|
||||
---
|
||||
clang/lib/Driver/Tools.cpp | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
--- a/clang/lib/Driver/Tools.cpp
|
||||
+++ b/clang/lib/Driver/Tools.cpp
|
||||
@@ -973,7 +973,7 @@ arm::FloatABI arm::getARMFloatABI(const
|
||||
Index: llvm-toolchain-snapshot_5.0~svn296106/clang/lib/Driver/Arch/ARM.cpp
|
||||
===================================================================
|
||||
--- 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
|
||||
@@ -202,7 +202,7 @@ arm::FloatABI arm::getARMFloatABI(const
|
||||
case llvm::Triple::MuslEABI:
|
||||
case llvm::Triple::EABI:
|
||||
// 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 -----
|
||||
1 file changed, 5 deletions(-)
|
||||
|
||||
--- a/clang/lib/Driver/Tools.cpp
|
||||
+++ b/clang/lib/Driver/Tools.cpp
|
||||
@@ -7876,11 +7876,6 @@ bool mips::isFP64ADefault(const llvm::Tr
|
||||
Index: llvm-toolchain-snapshot_5.0~svn296106/clang/lib/Driver/Arch/Mips.cpp
|
||||
===================================================================
|
||||
--- 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,
|
||||
StringRef ABIName, mips::FloatABI FloatABI) {
|
||||
@ -12,7 +14,6 @@
|
||||
- Triple.getVendor() != llvm::Triple::MipsTechnologies &&
|
||||
- !Triple.isAndroid())
|
||||
- return false;
|
||||
-
|
||||
|
||||
if (ABIName != "32")
|
||||
return false;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user