mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 16:14:39 +00:00
Refresh of the patch
This commit is contained in:
parent
76530c2c24
commit
6270d75c8f
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
|||||||
llvm-toolchain-snapshot (1:3.4~svn188990-1) unstable; urgency=low
|
llvm-toolchain-snapshot (1:3.4~svn188990-1) unstable; urgency=low
|
||||||
|
|
||||||
* New snapshot release
|
* New snapshot release
|
||||||
|
* Refresh of the patch
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Aug 2013 09:01:38 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Aug 2013 09:01:38 +0200
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Support/CommandLine.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lib/Support/CommandLine.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Support/CommandLine.cpp 2013-08-11 10:01:30.736734807 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lib/Support/CommandLine.cpp 2013-08-22 09:07:22.728608907 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/lib/Support/CommandLine.cpp 2013-08-11 10:01:30.732734807 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lib/Support/CommandLine.cpp 2013-08-22 09:07:22.724608907 +0200
|
||||||
@@ -1686,6 +1686,10 @@
|
@@ -1686,6 +1686,10 @@
|
||||||
OS << LLVM_VERSION_INFO;
|
OS << LLVM_VERSION_INFO;
|
||||||
#endif
|
#endif
|
||||||
|
6
debian/patches/0021-shared-lib-debian.patch
vendored
6
debian/patches/0021-shared-lib-debian.patch
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile
|
Index: llvm-toolchain-snapshot_3.4~svn188990/tools/llvm-shlib/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/tools/llvm-shlib/Makefile 2013-08-11 10:01:31.176734794 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/tools/llvm-shlib/Makefile 2013-08-22 09:07:24.076608873 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile 2013-08-11 10:01:31.172734791 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/tools/llvm-shlib/Makefile 2013-08-22 09:07:24.076608873 +0200
|
||||||
@@ -39,6 +39,12 @@
|
@@ -39,6 +39,12 @@
|
||||||
LLVMLibsPaths := $(IncludeInLibLlvm)
|
LLVMLibsPaths := $(IncludeInLibLlvm)
|
||||||
|
|
||||||
|
6
debian/patches/0023-link-libopagent.patch
vendored
6
debian/patches/0023-link-libopagent.patch
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/configure
|
Index: llvm-toolchain-snapshot_3.4~svn188990/configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/configure 2013-08-11 10:01:31.600734785 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/configure 2013-08-22 09:07:25.608608834 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/configure 2013-08-11 10:01:31.600734785 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/configure 2013-08-22 09:07:25.604608834 +0200
|
||||||
@@ -13208,7 +13208,7 @@
|
@@ -13208,7 +13208,7 @@
|
||||||
case $llvm_cv_os_type in
|
case $llvm_cv_os_type in
|
||||||
Linux)
|
Linux)
|
||||||
|
6
debian/patches/0044-soname.diff
vendored
6
debian/patches/0044-soname.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile
|
Index: llvm-toolchain-snapshot_3.4~svn188990/tools/llvm-shlib/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/tools/llvm-shlib/Makefile 2013-08-11 10:01:32.084734772 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/tools/llvm-shlib/Makefile 2013-08-22 09:07:26.632608808 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/tools/llvm-shlib/Makefile 2013-08-11 10:01:32.080734772 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/tools/llvm-shlib/Makefile 2013-08-22 09:07:26.624608808 +0200
|
||||||
@@ -76,7 +76,7 @@
|
@@ -76,7 +76,7 @@
|
||||||
|
|
||||||
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD GNU))
|
ifeq ($(HOST_OS), $(filter $(HOST_OS), Linux FreeBSD GNU/kFreeBSD GNU))
|
||||||
|
@ -12,11 +12,11 @@ This reverts commit 60b35f408bc3194e7ea4e96367c0b42dc5e7f850.
|
|||||||
test/DebugInfo/X86/ending-run.ll | 6 ++----
|
test/DebugInfo/X86/ending-run.ll | 6 ++----
|
||||||
2 files changed, 4 insertions(+), 9 deletions(-)
|
2 files changed, 4 insertions(+), 9 deletions(-)
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-08-11 10:01:32.520734761 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-08-22 09:07:30.076608720 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-08-11 10:01:32.516734761 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lib/CodeGen/AsmPrinter/DwarfDebug.cpp 2013-08-22 09:07:30.076608720 +0200
|
||||||
@@ -1391,15 +1391,12 @@
|
@@ -1412,15 +1412,12 @@
|
||||||
if (!MI->isDebugValue()) {
|
if (!MI->isDebugValue()) {
|
||||||
DebugLoc DL = MI->getDebugLoc();
|
DebugLoc DL = MI->getDebugLoc();
|
||||||
if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) {
|
if (DL != PrevInstLoc && (!DL.isUnknown() || UnknownLocations)) {
|
||||||
@ -33,10 +33,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/lib/CodeGen/AsmPrinter/DwarfDebug.c
|
|||||||
if (!DL.isUnknown()) {
|
if (!DL.isUnknown()) {
|
||||||
const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext());
|
const MDNode *Scope = DL.getScope(Asm->MF->getFunction()->getContext());
|
||||||
recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags);
|
recordSourceLine(DL.getLine(), DL.getCol(), Scope, Flags);
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/test/DebugInfo/X86/ending-run.ll
|
Index: llvm-toolchain-snapshot_3.4~svn188990/test/DebugInfo/X86/ending-run.ll
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/test/DebugInfo/X86/ending-run.ll 2013-08-11 10:01:32.520734761 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/test/DebugInfo/X86/ending-run.ll 2013-08-22 09:07:30.076608720 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/test/DebugInfo/X86/ending-run.ll 2013-08-11 10:01:32.516734761 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/test/DebugInfo/X86/ending-run.ll 2013-08-22 09:07:30.076608720 +0200
|
||||||
@@ -1,11 +1,9 @@
|
@@ -1,11 +1,9 @@
|
||||||
; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
|
; RUN: llc -mtriple=x86_64-apple-darwin %s -o %t -filetype=obj
|
||||||
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
|
; RUN: llvm-dwarfdump -debug-dump=line %t | FileCheck %s
|
||||||
|
12
debian/patches/0047-version-name.diff
vendored
12
debian/patches/0047-version-name.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac
|
Index: llvm-toolchain-snapshot_3.4~svn188990/autoconf/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/autoconf/configure.ac 2013-08-11 10:01:32.952734747 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/autoconf/configure.ac 2013-08-22 09:07:31.936608673 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac 2013-08-11 10:01:32.944734748 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/autoconf/configure.ac 2013-08-22 09:07:31.928608673 +0200
|
||||||
@@ -31,7 +31,7 @@
|
@@ -31,7 +31,7 @@
|
||||||
dnl===-----------------------------------------------------------------------===
|
dnl===-----------------------------------------------------------------------===
|
||||||
dnl Initialize autoconf and define the package name, version number and
|
dnl Initialize autoconf and define the package name, version number and
|
||||||
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/autoconf/configure.ac
|
|||||||
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
|
AC_DEFINE([LLVM_VERSION_MAJOR], [3], [Major version of the LLVM API])
|
||||||
AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API])
|
AC_DEFINE([LLVM_VERSION_MINOR], [4], [Minor version of the LLVM API])
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/configure
|
Index: llvm-toolchain-snapshot_3.4~svn188990/configure
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/configure 2013-08-11 10:01:32.952734747 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/configure 2013-08-22 09:07:31.936608673 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/configure 2013-08-11 10:01:32.948734746 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/configure 2013-08-22 09:07:31.932608673 +0200
|
||||||
@@ -561,8 +561,8 @@
|
@@ -561,8 +561,8 @@
|
||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='LLVM'
|
PACKAGE_NAME='LLVM'
|
||||||
|
6
debian/patches/0050-powerpcspe-fp.diff
vendored
6
debian/patches/0050-powerpcspe-fp.diff
vendored
@ -1,10 +1,10 @@
|
|||||||
PPCJITInfo.cpp | 12 ++++++++++++
|
PPCJITInfo.cpp | 12 ++++++++++++
|
||||||
1 file changed, 12 insertions(+)
|
1 file changed, 12 insertions(+)
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Target/PowerPC/PPCJITInfo.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lib/Target/PowerPC/PPCJITInfo.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Target/PowerPC/PPCJITInfo.cpp 2013-08-11 10:01:33.964734725 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lib/Target/PowerPC/PPCJITInfo.cpp 2013-08-22 09:07:37.872608521 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/lib/Target/PowerPC/PPCJITInfo.cpp 2013-08-11 10:01:33.960734725 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lib/Target/PowerPC/PPCJITInfo.cpp 2013-08-22 09:07:37.868608522 +0200
|
||||||
@@ -104,6 +104,7 @@
|
@@ -104,6 +104,7 @@
|
||||||
"stw r8, 196(r1)\n" "stw r7, 192(r1)\n"
|
"stw r8, 196(r1)\n" "stw r7, 192(r1)\n"
|
||||||
"stw r6, 188(r1)\n" "stw r5, 184(r1)\n"
|
"stw r6, 188(r1)\n" "stw r5, 184(r1)\n"
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/include/clang/Basic/Builtins.def
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/include/clang/Basic/Builtins.def
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/include/clang/Basic/Builtins.def 2013-08-11 10:01:27.976734874 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/include/clang/Basic/Builtins.def 2013-08-22 09:07:00.024609486 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/include/clang/Basic/Builtins.def 2013-08-11 10:01:27.968734875 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/include/clang/Basic/Builtins.def 2013-08-22 09:07:00.012609486 +0200
|
||||||
@@ -466,8 +466,8 @@
|
@@ -467,8 +467,8 @@
|
||||||
BUILTIN(__builtin___stpcpy_chk, "c*c*cC*z", "nF")
|
BUILTIN(__builtin___stpcpy_chk, "c*c*cC*z", "nF")
|
||||||
BUILTIN(__builtin___strcat_chk, "c*c*cC*z", "nF")
|
BUILTIN(__builtin___strcat_chk, "c*c*cC*z", "nF")
|
||||||
BUILTIN(__builtin___strcpy_chk, "c*c*cC*z", "nF")
|
BUILTIN(__builtin___strcpy_chk, "c*c*cC*z", "nF")
|
||||||
@ -13,7 +13,7 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/include/clang/Basic/Builtins.
|
|||||||
BUILTIN(__builtin___strncat_chk, "c*c*cC*zz", "nF")
|
BUILTIN(__builtin___strncat_chk, "c*c*cC*zz", "nF")
|
||||||
BUILTIN(__builtin___strncpy_chk, "c*c*cC*zz", "nF")
|
BUILTIN(__builtin___strncpy_chk, "c*c*cC*zz", "nF")
|
||||||
BUILTIN(__builtin___stpncpy_chk, "c*c*cC*zz", "nF")
|
BUILTIN(__builtin___stpncpy_chk, "c*c*cC*zz", "nF")
|
||||||
@@ -759,8 +759,8 @@
|
@@ -760,8 +760,8 @@
|
||||||
LIBBUILTIN(_longjmp, "vJi", "fr", "setjmp.h", ALL_GNU_LANGUAGES)
|
LIBBUILTIN(_longjmp, "vJi", "fr", "setjmp.h", ALL_GNU_LANGUAGES)
|
||||||
LIBBUILTIN(siglongjmp, "vSJi", "fr", "setjmp.h", ALL_GNU_LANGUAGES)
|
LIBBUILTIN(siglongjmp, "vSJi", "fr", "setjmp.h", ALL_GNU_LANGUAGES)
|
||||||
// non-standard but very common
|
// non-standard but very common
|
||||||
@ -24,10 +24,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/include/clang/Basic/Builtins.
|
|||||||
// id objc_msgSend(id, SEL, ...)
|
// id objc_msgSend(id, SEL, ...)
|
||||||
LIBBUILTIN(objc_msgSend, "GGH.", "f", "objc/message.h", OBJC_LANG)
|
LIBBUILTIN(objc_msgSend, "GGH.", "f", "objc/message.h", OBJC_LANG)
|
||||||
// long double objc_msgSend_fpret(id self, SEL op, ...)
|
// long double objc_msgSend_fpret(id self, SEL op, ...)
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Sema/SemaChecking.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Sema/SemaChecking.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Sema/SemaChecking.cpp 2013-08-11 10:01:27.976734874 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Sema/SemaChecking.cpp 2013-08-22 09:07:00.024609486 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Sema/SemaChecking.cpp 2013-08-11 10:01:27.968734875 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Sema/SemaChecking.cpp 2013-08-22 09:07:00.012609486 +0200
|
||||||
@@ -804,9 +804,10 @@
|
@@ -804,9 +804,10 @@
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
@ -42,11 +42,11 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Sema/SemaChecking.cpp
|
|||||||
CheckStrncatArguments(TheCall, FnInfo);
|
CheckStrncatArguments(TheCall, FnInfo);
|
||||||
else
|
else
|
||||||
CheckMemaccessArguments(TheCall, CMId, FnInfo);
|
CheckMemaccessArguments(TheCall, CMId, FnInfo);
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/AST/Decl.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/AST/Decl.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/AST/Decl.cpp 2013-08-11 10:01:27.976734874 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/AST/Decl.cpp 2013-08-22 09:07:00.024609486 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/AST/Decl.cpp 2013-08-11 10:01:27.972734874 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/AST/Decl.cpp 2013-08-22 09:07:00.016609486 +0200
|
||||||
@@ -2900,10 +2900,10 @@
|
@@ -2909,10 +2909,10 @@
|
||||||
case Builtin::BImemmove:
|
case Builtin::BImemmove:
|
||||||
return Builtin::BImemmove;
|
return Builtin::BImemmove;
|
||||||
|
|
||||||
@ -61,10 +61,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/AST/Decl.cpp
|
|||||||
|
|
||||||
case Builtin::BI__builtin_memcmp:
|
case Builtin::BI__builtin_memcmp:
|
||||||
case Builtin::BImemcmp:
|
case Builtin::BImemcmp:
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-08-11 10:01:27.976734874 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-08-22 09:07:00.024609486 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-08-11 10:01:27.972734874 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp 2013-08-22 09:07:00.016609486 +0200
|
||||||
@@ -238,9 +238,9 @@
|
@@ -238,9 +238,9 @@
|
||||||
case Builtin::BIstrncpy:
|
case Builtin::BIstrncpy:
|
||||||
case Builtin::BIstrncat:
|
case Builtin::BIstrncat:
|
||||||
|
8
debian/patches/26-set-correct-float-abi.diff
vendored
8
debian/patches/26-set-correct-float-abi.diff
vendored
@ -18,11 +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_3.4~svn188146/clang/lib/Driver/Tools.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/Tools.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:28.808734856 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Driver/Tools.cpp 2013-08-22 09:07:13.120609152 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:28.804734855 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/Tools.cpp 2013-08-22 09:07:13.116609152 +0200
|
||||||
@@ -683,7 +683,7 @@
|
@@ -655,7 +655,7 @@
|
||||||
FloatABI = "hard";
|
FloatABI = "hard";
|
||||||
break;
|
break;
|
||||||
case llvm::Triple::GNUEABI:
|
case llvm::Triple::GNUEABI:
|
||||||
|
6
debian/patches/27-fix_clang_stdint.diff
vendored
6
debian/patches/27-fix_clang_stdint.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/stdint.h
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Headers/stdint.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Headers/stdint.h 2013-08-11 10:01:28.388734864 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Headers/stdint.h 2013-08-22 09:07:08.468609270 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/stdint.h 2013-08-11 10:01:28.384734864 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Headers/stdint.h 2013-08-22 09:07:08.460609271 +0200
|
||||||
@@ -22,8 +22,6 @@
|
@@ -22,8 +22,6 @@
|
||||||
*
|
*
|
||||||
\*===----------------------------------------------------------------------===*/
|
\*===----------------------------------------------------------------------===*/
|
||||||
|
12
debian/patches/30-kfreebsd.diff
vendored
12
debian/patches/30-kfreebsd.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.h
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/ToolChains.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.h 2013-08-11 10:01:29.732734829 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Driver/ToolChains.h 2013-08-22 09:07:17.880609031 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.h 2013-08-11 10:01:29.728734830 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/ToolChains.h 2013-08-22 09:07:17.872609031 +0200
|
||||||
@@ -141,6 +141,8 @@
|
@@ -141,6 +141,8 @@
|
||||||
virtual bool isPICDefault() const;
|
virtual bool isPICDefault() const;
|
||||||
virtual bool isPIEDefault() const;
|
virtual bool isPIEDefault() const;
|
||||||
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.h
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual Tool *getTool(Action::ActionClass AC) const;
|
virtual Tool *getTool(Action::ActionClass AC) const;
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/ToolChains.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:29.732734829 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Driver/ToolChains.cpp 2013-08-22 09:07:17.880609031 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/ToolChains.cpp 2013-08-11 10:01:29.728734830 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/ToolChains.cpp 2013-08-22 09:07:17.872609031 +0200
|
||||||
@@ -942,6 +942,13 @@
|
@@ -942,6 +942,13 @@
|
||||||
return GoodVersion;
|
return GoodVersion;
|
||||||
}
|
}
|
||||||
|
6
debian/patches/31-powerpcspe.diff
vendored
6
debian/patches/31-powerpcspe.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Lex/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Lex/Makefile 2013-08-11 10:01:34.908734698 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Lex/Makefile 2013-08-22 09:07:43.368608381 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile 2013-08-11 10:01:34.908734698 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Lex/Makefile 2013-08-22 09:07:43.368608381 +0200
|
||||||
@@ -17,8 +17,10 @@
|
@@ -17,8 +17,10 @@
|
||||||
LIBRARYNAME := clangLex
|
LIBRARYNAME := clangLex
|
||||||
|
|
||||||
|
16
debian/patches/33-armhf-defaults.diff
vendored
16
debian/patches/33-armhf-defaults.diff
vendored
@ -18,10 +18,10 @@ 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_3.4~svn188146/clang/lib/Driver/Tools.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/Tools.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:35.492734685 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Driver/Tools.cpp 2013-08-22 09:08:06.216607799 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:35.488734686 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/Tools.cpp 2013-08-22 09:10:40.676603865 +0200
|
||||||
@@ -491,6 +491,9 @@
|
@@ -491,6 +491,9 @@
|
||||||
if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) {
|
if (Arg *A = Args.getLastArg(options::OPT_march_EQ)) {
|
||||||
// Otherwise, if we have -march= choose the base CPU for that arch.
|
// Otherwise, if we have -march= choose the base CPU for that arch.
|
||||||
@ -32,13 +32,13 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp
|
|||||||
} else {
|
} else {
|
||||||
// Otherwise, use the Arch from the triple.
|
// Otherwise, use the Arch from the triple.
|
||||||
MArch = Triple.getArchName();
|
MArch = Triple.getArchName();
|
||||||
@@ -796,8 +799,19 @@
|
@@ -699,8 +702,19 @@
|
||||||
}
|
Features.push_back("+soft-float-abi");
|
||||||
|
|
||||||
// Honor -mfpu=.
|
// Honor -mfpu=.
|
||||||
- if (const Arg *A = Args.getLastArg(options::OPT_mfpu_EQ))
|
- if (const Arg *A = Args.getLastArg(options::OPT_mfpu_EQ))
|
||||||
+ if (const Arg *A = Args.getLastArg(options::OPT_mfpu_EQ)) {
|
+ if (const Arg *A = Args.getLastArg(options::OPT_mfpu_EQ)) {
|
||||||
addFPUArgs(D, A, Args, CmdArgs);
|
getFPUFeatures(D, A, Args, Features);
|
||||||
+ } else {
|
+ } else {
|
||||||
+ if (StringRef(CPUName).startswith("cortex-a")) {
|
+ if (StringRef(CPUName).startswith("cortex-a")) {
|
||||||
+ //Debian armhf uses vfpv3-d16
|
+ //Debian armhf uses vfpv3-d16
|
||||||
@ -51,5 +51,5 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp
|
|||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
|
|
||||||
// Honor -mfpmath=.
|
// Setting -msoft-float effectively disables NEON because of the GCC
|
||||||
if (const Arg *A = Args.getLastArg(options::OPT_mfpmath_EQ))
|
// implementation, although the same isn't true of VFP or VFP3.
|
||||||
|
6
debian/patches/34-powerpc-no-altivec.diff
vendored
6
debian/patches/34-powerpc-no-altivec.diff
vendored
@ -6,10 +6,10 @@ Reviewed-By: Colin Watson <cjwatson@ubuntu.com>
|
|||||||
|
|
||||||
Last-Update: 2013-04-01
|
Last-Update: 2013-04-01
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Lex/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Lex/Makefile 2013-08-11 10:01:36.348734664 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Lex/Makefile 2013-08-22 09:11:26.616602695 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Lex/Makefile 2013-08-11 10:01:36.344734663 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Lex/Makefile 2013-08-22 09:11:26.616602695 +0200
|
||||||
@@ -16,11 +16,5 @@
|
@@ -16,11 +16,5 @@
|
||||||
|
|
||||||
LIBRARYNAME := clangLex
|
LIBRARYNAME := clangLex
|
||||||
|
18
debian/patches/clang-format-version.diff
vendored
18
debian/patches/clang-format-version.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.py
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/tools/clang-format/clang-format.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format.py 2013-08-11 10:01:37.348734638 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/tools/clang-format/clang-format.py 2013-08-22 09:11:28.544602646 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.py 2013-08-11 10:01:37.348734638 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/tools/clang-format/clang-format.py 2013-08-22 09:11:28.540602646 +0200
|
||||||
@@ -24,7 +24,7 @@
|
@@ -24,7 +24,7 @@
|
||||||
import vim
|
import vim
|
||||||
|
|
||||||
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-form
|
|||||||
|
|
||||||
# Change this to format according to other formatting styles (see
|
# Change this to format according to other formatting styles (see
|
||||||
# clang-format -help)
|
# clang-format -help)
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format-diff.py
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/tools/clang-format/clang-format-diff.py
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format-diff.py 2013-08-11 10:01:37.348734638 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/tools/clang-format/clang-format-diff.py 2013-08-22 09:11:28.544602646 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format-diff.py 2013-08-11 10:01:37.348734638 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/tools/clang-format/clang-format-diff.py 2013-08-22 09:11:28.544602646 +0200
|
||||||
@@ -28,7 +28,7 @@
|
@@ -28,7 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
@ -24,10 +24,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-form
|
|||||||
|
|
||||||
|
|
||||||
def getOffsetLength(filename, line_number, line_count):
|
def getOffsetLength(filename, line_number, line_count):
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.el
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/tools/clang-format/clang-format.el
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/clang-format/clang-format.el 2013-08-11 10:01:37.348734638 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/tools/clang-format/clang-format.el 2013-08-22 09:11:28.544602646 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/clang-format/clang-format.el 2013-08-11 10:01:37.348734638 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/tools/clang-format/clang-format.el 2013-08-22 09:11:28.544602646 +0200
|
||||||
@@ -13,7 +13,7 @@
|
@@ -13,7 +13,7 @@
|
||||||
|
|
||||||
;; *Location of the clang-format binary. If it is on your PATH, a full path name
|
;; *Location of the clang-format binary. If it is on your PATH, a full path name
|
||||||
|
6
debian/patches/declare_clear_cache.diff
vendored
6
debian/patches/declare_clear_cache.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lib/Support/Unix/Memory.inc
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lib/Support/Unix/Memory.inc
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/Support/Unix/Memory.inc 2013-08-11 10:01:34.452734709 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lib/Support/Unix/Memory.inc 2013-08-22 09:07:39.252608486 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/lib/Support/Unix/Memory.inc 2013-08-11 10:01:34.448734709 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lib/Support/Unix/Memory.inc 2013-08-22 09:07:39.248608486 +0200
|
||||||
@@ -336,7 +336,7 @@
|
@@ -336,7 +336,7 @@
|
||||||
// FIXME: Can we safely always call this for __GNUC__ everywhere?
|
// FIXME: Can we safely always call this for __GNUC__ everywhere?
|
||||||
const char *Start = static_cast<const char *>(Addr);
|
const char *Start = static_cast<const char *>(Addr);
|
||||||
|
8
debian/patches/disable-execinfo-usage.diff
vendored
8
debian/patches/disable-execinfo-usage.diff
vendored
@ -1,8 +1,8 @@
|
|||||||
Index: llvm-toolchain-3.3-3.3/lldb/lib/Makefile
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/lib/Makefile
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-3.3-3.3.orig/lldb/lib/Makefile 2013-08-19 08:27:21.000000000 +0000
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lldb/lib/Makefile 2013-08-22 09:13:54.676598924 +0200
|
||||||
+++ llvm-toolchain-3.3-3.3/lldb/lib/Makefile 2013-08-20 14:49:43.000000000 +0000
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lldb/lib/Makefile 2013-08-22 09:13:54.672598924 +0200
|
||||||
@@ -150,5 +150,6 @@
|
@@ -154,5 +154,6 @@
|
||||||
# Allow unresolved symbols.
|
# Allow unresolved symbols.
|
||||||
LLVMLibsOptions += -Wl,--allow-shlib-undefined
|
LLVMLibsOptions += -Wl,--allow-shlib-undefined
|
||||||
# Link in python
|
# Link in python
|
||||||
|
18
debian/patches/ia64-fix.diff
vendored
18
debian/patches/ia64-fix.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/JIT/JIT.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lib/ExecutionEngine/JIT/JIT.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/ExecutionEngine/JIT/JIT.cpp 2013-08-11 10:01:36.848734651 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lib/ExecutionEngine/JIT/JIT.cpp 2013-08-22 09:11:27.680602668 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/JIT/JIT.cpp 2013-08-11 10:01:36.848734651 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lib/ExecutionEngine/JIT/JIT.cpp 2013-08-22 09:11:27.672602668 +0200
|
||||||
@@ -68,7 +68,7 @@
|
@@ -68,7 +68,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -11,10 +11,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/JIT/JIT.cpp
|
|||||||
!defined(__USING_SJLJ_EXCEPTIONS__))
|
!defined(__USING_SJLJ_EXCEPTIONS__))
|
||||||
#define HAVE_EHTABLE_SUPPORT 1
|
#define HAVE_EHTABLE_SUPPORT 1
|
||||||
#else
|
#else
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-08-11 10:01:36.848734651 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-08-22 09:11:27.680602668 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-08-11 10:01:36.848734651 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Linux/ProcessMonitor.cpp 2013-08-22 09:11:27.672602668 +0200
|
||||||
@@ -115,12 +115,14 @@
|
@@ -115,12 +115,14 @@
|
||||||
verbose_log->Printf("PTRACE_SETREGS %s", buf.GetData());
|
verbose_log->Printf("PTRACE_SETREGS %s", buf.GetData());
|
||||||
break;
|
break;
|
||||||
@ -54,10 +54,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/P
|
|||||||
m_result = true;
|
m_result = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/RTDyldMemoryManager.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lib/ExecutionEngine/RTDyldMemoryManager.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-08-11 10:01:36.848734651 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-08-22 09:11:27.680602668 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-08-11 10:01:36.848734651 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lib/ExecutionEngine/RTDyldMemoryManager.cpp 2013-08-22 09:11:27.672602668 +0200
|
||||||
@@ -33,7 +33,7 @@
|
@@ -33,7 +33,7 @@
|
||||||
RTDyldMemoryManager::~RTDyldMemoryManager() {}
|
RTDyldMemoryManager::~RTDyldMemoryManager() {}
|
||||||
|
|
||||||
|
30
debian/patches/kfreebsd-lldb.diff
vendored
30
debian/patches/kfreebsd-lldb.diff
vendored
@ -1,30 +0,0 @@
|
|||||||
--- llvm-toolchain-3.3-3.3.orig/lldb/source/Host/common/Host.cpp 2013-08-20 17:27:18.000000000 +0200
|
|
||||||
+++ llvm-toolchain-3.3-3.3/lldb/source/Host/common/Host.cpp 2013-08-20 17:27:43.000000000 +0200
|
|
||||||
@@ -524,7 +524,8 @@
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
-#if !defined (__APPLE__) && !defined (__FreeBSD__) && !defined (__linux__) // see macosx/Host.mm
|
|
||||||
+#if !defined (__APPLE__) && !defined (__FreeBSD__) && !defined (__linux__) && !defined(__FreeBSD_kernel__) // see macosx/Host.mm
|
|
||||||
+
|
|
||||||
|
|
||||||
void
|
|
||||||
Host::ThreadCreated (const char *thread_name)
|
|
||||||
@@ -1180,7 +1181,7 @@
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
-#if !defined (__APPLE__) && !defined (__FreeBSD__) // see macosx/Host.mm
|
|
||||||
+#if !defined (__APPLE__) && !defined (__FreeBSD__) && !defined(__FreeBSD_kernel__) // see macosx/Host.mm
|
|
||||||
bool
|
|
||||||
Host::GetOSBuildString (std::string &s)
|
|
||||||
{
|
|
||||||
@@ -1229,7 +1230,7 @@
|
|
||||||
}
|
|
||||||
#endif // #if !defined (__APPLE__) && !defined(__linux__)
|
|
||||||
|
|
||||||
-#if !defined (__APPLE__) && !defined (__FreeBSD__) && !defined(__linux__)
|
|
||||||
+#if !defined (__APPLE__) && !defined (__FreeBSD__) && !defined(__linux__)&& !defined(__FreeBSD_kernel__)
|
|
||||||
bool
|
|
||||||
Host::GetProcessInfo (lldb::pid_t pid, ProcessInstanceInfo &process_info)
|
|
||||||
{
|
|
6
debian/patches/kfreebsd.diff
vendored
6
debian/patches/kfreebsd.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Core/Mangled.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Core/Mangled.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Core/Mangled.cpp 2013-08-11 10:01:37.940734621 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/lldb/source/Core/Mangled.cpp 2013-08-22 09:11:29.372602625 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Core/Mangled.cpp 2013-08-11 10:01:37.940734621 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Core/Mangled.cpp 2013-08-22 09:11:29.372602625 +0200
|
||||||
@@ -23,6 +23,7 @@
|
@@ -23,6 +23,7 @@
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
12
debian/patches/mipsel-ftbfs.diff
vendored
12
debian/patches/mipsel-ftbfs.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-11 10:01:38.656734602 +0200
|
--- 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~svn188146/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-11 10:01:38.652734602 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Linux/LinuxSignals.cpp 2013-08-22 09:13:53.624598950 +0200
|
||||||
@@ -45,7 +45,9 @@
|
@@ -45,7 +45,9 @@
|
||||||
ADDSIGNAL(PIPE, false, true, true, "write to pipe with reading end closed");
|
ADDSIGNAL(PIPE, false, true, true, "write to pipe with reading end closed");
|
||||||
ADDSIGNAL(ALRM, false, false, true, "alarm");
|
ADDSIGNAL(ALRM, false, false, true, "alarm");
|
||||||
@ -12,10 +12,10 @@ Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Linux/L
|
|||||||
ADDSIGNAL(CHLD, false, false, true, "child process exit");
|
ADDSIGNAL(CHLD, false, false, true, "child process exit");
|
||||||
ADDSIGNAL(CONT, false, true, true, "process continue");
|
ADDSIGNAL(CONT, false, true, true, "process continue");
|
||||||
ADDSIGNAL(STOP, false, true, true, "process stop");
|
ADDSIGNAL(STOP, false, true, true, "process stop");
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-08-11 10:01:38.656734602 +0200
|
--- 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~svn188146/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp 2013-08-11 10:01:38.652734602 +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 @@
|
@@ -149,7 +149,7 @@
|
||||||
|
|
||||||
// TOOD: need a better way to detect when "long double" types are
|
// TOOD: need a better way to detect when "long double" types are
|
||||||
|
6
debian/patches/profile_rt.diff
vendored
6
debian/patches/profile_rt.diff
vendored
@ -1,7 +1,7 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/Tools.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:29.288734842 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Driver/Tools.cpp 2013-08-22 09:07:16.860609057 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Driver/Tools.cpp 2013-08-11 10:01:29.284734844 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Driver/Tools.cpp 2013-08-22 09:07:16.860609057 +0200
|
||||||
@@ -34,6 +34,7 @@
|
@@ -34,6 +34,7 @@
|
||||||
#include "llvm/Support/Program.h"
|
#include "llvm/Support/Program.h"
|
||||||
#include "llvm/Support/Process.h"
|
#include "llvm/Support/Process.h"
|
||||||
|
8
debian/patches/scan-build-clang-path.diff
vendored
8
debian/patches/scan-build-clang-path.diff
vendored
@ -1,8 +1,8 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/tools/scan-build/scan-build
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/tools/scan-build/scan-build
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/tools/scan-build/scan-build 2013-08-11 10:01:33.484734737 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/tools/scan-build/scan-build 2013-08-22 09:07:34.536608606 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/tools/scan-build/scan-build 2013-08-11 10:01:33.480734737 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/tools/scan-build/scan-build 2013-08-22 09:07:34.532608607 +0200
|
||||||
@@ -1538,7 +1538,7 @@
|
@@ -1539,7 +1539,7 @@
|
||||||
|
|
||||||
# Find 'clang'
|
# Find 'clang'
|
||||||
if (!defined $AnalyzerDiscoveryMethod) {
|
if (!defined $AnalyzerDiscoveryMethod) {
|
||||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -23,7 +23,6 @@ ia64-fix.diff
|
|||||||
clang-format-version.diff
|
clang-format-version.diff
|
||||||
kfreebsd.diff
|
kfreebsd.diff
|
||||||
mipsel-ftbfs.diff
|
mipsel-ftbfs.diff
|
||||||
kfreebsd-lldb.diff
|
|
||||||
disable-execinfo-usage.diff
|
disable-execinfo-usage.diff
|
||||||
unwind-chain-inclusion.diff
|
unwind-chain-inclusion.diff
|
||||||
|
|
||||||
|
6
debian/patches/unwind-chain-inclusion.diff
vendored
6
debian/patches/unwind-chain-inclusion.diff
vendored
@ -4,10 +4,10 @@
|
|||||||
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
|
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
|
||||||
# from the system.
|
# from the system.
|
||||||
|
|
||||||
Index: llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/unwind.h
|
Index: llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Headers/unwind.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn188146.orig/clang/lib/Headers/unwind.h 2013-08-11 10:01:40.960734544 +0200
|
--- llvm-toolchain-snapshot_3.4~svn188990.orig/clang/lib/Headers/unwind.h 2013-08-22 09:13:57.600598849 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn188146/clang/lib/Headers/unwind.h 2013-08-11 10:01:40.956734544 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn188990/clang/lib/Headers/unwind.h 2013-08-22 09:13:57.600598849 +0200
|
||||||
@@ -23,9 +23,6 @@
|
@@ -23,9 +23,6 @@
|
||||||
|
|
||||||
/* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/
|
/* See "Data Definitions for libgcc_s" in the Linux Standard Base.*/
|
||||||
|
Loading…
Reference in New Issue
Block a user