remove compiler-rt-path.diff (file removed upstream, probably because

we moved to cmake)
This commit is contained in:
Sylvestre Ledru 2016-08-24 21:20:58 +00:00
parent a319f993ee
commit e0eb358729
3 changed files with 2 additions and 14 deletions

2
debian/changelog vendored
View File

@ -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)
* Disable -gsplit-dwarf on Ubuntu precise
* 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

View File

@ -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

View File

@ -19,7 +19,6 @@ do-not-fail-on-unexpected-pass.diff
silent-more-tests.diff
disable-display-PASS-UNSUPPORTED-XFAIL.diff
fix-llvm-config-obj-src-root.patch
compiler-rt-path.diff
0044-soname.diff
lldb-soname.diff
lldb-libname.diff