mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 15:40:53 +00:00
merge from the 3.3 release
This commit is contained in:
commit
703097951a
2
debian/libclang-common-3.4-dev.lintian-overrides
vendored
Normal file
2
debian/libclang-common-3.4-dev.lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# It is providing kind of a libc remplacement
|
||||
libclang-common-3.4-dev: missing-dependency-on-libc needed by usr/lib/llvm-3.4/lib/libprofile_rt.so
|
2
debian/libclang-common-dev.lintian-overrides
vendored
2
debian/libclang-common-dev.lintian-overrides
vendored
@ -1,2 +0,0 @@
|
||||
# It is providing kind of a libc remplacement
|
||||
libclang-common-dev: missing-dependency-on-libc needed by usr/lib/llvm-3.4/lib/libprofile_rt.so
|
2
debian/libllvm3.4.lintian-overrides
vendored
Normal file
2
debian/libllvm3.4.lintian-overrides
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
# That is normal. Upstream does not match the debian convention
|
||||
libllvm3.4: package-name-doesnt-match-sonames libLLVM-3.4-1
|
3
debian/lldb-3.4.lintian-overrides
vendored
Normal file
3
debian/lldb-3.4.lintian-overrides
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# That is normal. The lib is not shipped as a new package
|
||||
lldb-3.4: package-name-doesnt-match-sonames liblldb
|
||||
lldb-3.4: non-dev-pkg-with-shlib-symlink usr/lib/*/liblldb.so.1 usr/lib/*/liblldb.so
|
13
debian/patches/ia64-fix.diff
vendored
Normal file
13
debian/patches/ia64-fix.diff
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
Index: llvm/lib/ExecutionEngine/JIT/JIT.cpp
|
||||
===================================================================
|
||||
--- llvm.orig/lib/ExecutionEngine/JIT/JIT.cpp 2013-06-03 17:32:40.000000000 +0200
|
||||
+++ llvm/lib/ExecutionEngine/JIT/JIT.cpp 2013-06-03 17:32:59.000000000 +0200
|
||||
@@ -68,7 +68,7 @@
|
||||
}
|
||||
|
||||
// Determine whether we can register EH tables.
|
||||
-#if (defined(__GNUC__) && !defined(__ARM_EABI__) && \
|
||||
+#if (defined(__GNUC__) && !defined(__ARM_EABI__) && !defined(__ia64__) && \
|
||||
!defined(__USING_SJLJ_EXCEPTIONS__))
|
||||
#define HAVE_EHTABLE_SUPPORT 1
|
||||
#else
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -19,3 +19,4 @@ declare_clear_cache.diff
|
||||
31-powerpcspe.diff
|
||||
33-armhf-defaults.diff
|
||||
34-powerpc-no-altivec.diff
|
||||
ia64-fix.diff
|
||||
|
Loading…
Reference in New Issue
Block a user