mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-13 08:52:42 +00:00
refresh of the patches
This commit is contained in:
parent
cbbdd64691
commit
0e29f8463d
8
debian/patches/libstdc++-header-i386.diff
vendored
8
debian/patches/libstdc++-header-i386.diff
vendored
@ -1,8 +1,8 @@
|
||||
Index: llvm-toolchain-snapshot_3.4~svn190038/clang/lib/Driver/ToolChains.cpp
|
||||
Index: llvm-toolchain-snapshot_3.4~svn190996/clang/lib/Driver/ToolChains.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.4~svn190038.orig/clang/lib/Driver/ToolChains.cpp 2013-09-05 15:34:23.465206439 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn190038/clang/lib/Driver/ToolChains.cpp 2013-09-05 15:37:26.929201769 +0200
|
||||
@@ -2604,6 +2604,12 @@
|
||||
--- llvm-toolchain-snapshot_3.4~svn190996.orig/clang/lib/Driver/ToolChains.cpp 2013-09-19 14:50:30.000000000 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn190996/clang/lib/Driver/ToolChains.cpp 2013-09-19 14:50:30.000000000 +0200
|
||||
@@ -2606,6 +2606,12 @@
|
||||
StringRef TripleStr = GCCInstallation.getTriple().str();
|
||||
const GCCVersion &Version = GCCInstallation.getVersion();
|
||||
|
||||
|
23
debian/patches/mipsel-ftbfs.diff
vendored
23
debian/patches/mipsel-ftbfs.diff
vendored
@ -1,7 +1,7 @@
|
||||
Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp
|
||||
Index: llvm-toolchain-snapshot_3.4~svn190996/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-22 09:13:53.632598950 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-22 09:13:53.624598950 +0200
|
||||
--- llvm-toolchain-snapshot_3.4~svn190996.orig/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-09-19 14:49:50.000000000 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn190996/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-09-19 14:49:50.000000000 +0200
|
||||
@@ -45,7 +45,9 @@
|
||||
ADDSIGNAL(PIPE, false, true, true, "write to pipe with reading end closed");
|
||||
ADDSIGNAL(ALRM, false, false, true, "alarm");
|
||||
@ -12,16 +12,19 @@ Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Linux/L
|
||||
ADDSIGNAL(CHLD, false, false, true, "child process exit");
|
||||
ADDSIGNAL(CONT, false, true, true, "process continue");
|
||||
ADDSIGNAL(STOP, false, true, true, "process stop");
|
||||
Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
|
||||
Index: llvm-toolchain-snapshot_3.4~svn190996/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
|
||||
===================================================================
|
||||
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-08-22 09:13:53.632598950 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-08-22 09:13:53.624598950 +0200
|
||||
@@ -149,7 +149,7 @@
|
||||
--- llvm-toolchain-snapshot_3.4~svn190996.orig/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-09-19 14:49:50.000000000 +0200
|
||||
+++ llvm-toolchain-snapshot_3.4~svn190996/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-09-19 14:50:19.000000000 +0200
|
||||
@@ -147,9 +147,9 @@
|
||||
}
|
||||
break;
|
||||
|
||||
// TOOD: need a better way to detect when "long double" types are
|
||||
- // TOOD: need a better way to detect when "long double" types are
|
||||
+ // TOOD: need a better way to detect when "long double" types are
|
||||
// the same bytes size as "double"
|
||||
-#if !defined(__arm__)
|
||||
+#if !defined(__arm__) && !defined(__mips__)
|
||||
-#if !defined(__arm__) && !defined(_MSC_VER)
|
||||
+#if !defined(__arm__) && !defined(_MSC_VER) && !defined(__mips__)
|
||||
case sizeof (long double):
|
||||
if (sizeof (long double) == sizeof(uint32_t))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user