mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-08 18:30:34 +00:00
remove compiler-rt-path.diff (file removed upstream, probably because
we moved to cmake)
This commit is contained in:
parent
a319f993ee
commit
e0eb358729
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -21,6 +21,8 @@ llvm-toolchain-snapshot (1:4.0~svn275971-1~exp1) experimental; urgency=medium
|
|||||||
* Remove some garbage from the manpages (Closes: #815991, #804347)
|
* Remove some garbage from the manpages (Closes: #815991, #804347)
|
||||||
* Disable -gsplit-dwarf on Ubuntu precise
|
* Disable -gsplit-dwarf on Ubuntu precise
|
||||||
* Update the coverity configuration (Debian has moved to gcc 6)
|
* Update the coverity configuration (Debian has moved to gcc 6)
|
||||||
|
* remove compiler-rt-path.diff (file removed upstream, probably because
|
||||||
|
we moved to cmake)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 25 Jul 2016 12:19:52 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 25 Jul 2016 12:19:52 +0200
|
||||||
|
|
||||||
|
13
debian/patches/compiler-rt-path.diff
vendored
13
debian/patches/compiler-rt-path.diff
vendored
@ -1,13 +0,0 @@
|
|||||||
Index: llvm-toolchain-snapshot-3.5~svn208979/compiler-rt/make/platform/clang_linux.mk
|
|
||||||
===================================================================
|
|
||||||
--- llvm-toolchain-snapshot-3.5~svn208979.orig/compiler-rt/make/platform/clang_linux.mk 2014-05-16 19:13:05.702922367 +0200
|
|
||||||
+++ llvm-toolchain-snapshot-3.5~svn208979/compiler-rt/make/platform/clang_linux.mk 2014-05-16 19:13:27.551329647 +0200
|
|
||||||
@@ -11,7 +11,7 @@
|
|
||||||
# cross compilers). For now, we just find the target architecture of the
|
|
||||||
# compiler and only define configurations we know that compiler can generate.
|
|
||||||
CompilerTargetTriple := $(shell \
|
|
||||||
- LANG=C $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
|
|
||||||
+ LD_LIBRARY_PATH=../build-llvm/Release/lib LANG=C $(CC) -v 2>&1 | grep 'Target:' | cut -d' ' -f2)
|
|
||||||
ifeq ($(CompilerTargetTriple),)
|
|
||||||
$(error "unable to infer compiler target triple for $(CC)")
|
|
||||||
endif
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -19,7 +19,6 @@ do-not-fail-on-unexpected-pass.diff
|
|||||||
silent-more-tests.diff
|
silent-more-tests.diff
|
||||||
disable-display-PASS-UNSUPPORTED-XFAIL.diff
|
disable-display-PASS-UNSUPPORTED-XFAIL.diff
|
||||||
fix-llvm-config-obj-src-root.patch
|
fix-llvm-config-obj-src-root.patch
|
||||||
compiler-rt-path.diff
|
|
||||||
0044-soname.diff
|
0044-soname.diff
|
||||||
lldb-soname.diff
|
lldb-soname.diff
|
||||||
lldb-libname.diff
|
lldb-libname.diff
|
||||||
|
Loading…
Reference in New Issue
Block a user