summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2014-11-07 22:27:43 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2014-11-07 22:27:43 +0000
commit64f15a10a95d7a106501d7b4ee8ef167444c549c (patch)
treeadfffa099420d556df0bba352ab2b18ec8bfdeff /runtime
parentf7a6c46771f034b2aa6f26bae0d265dbe4b21495 (diff)
Use @rpath for ASan dylib in Makefiles
Reviewed at http://reviews.llvm.org/D6176 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/compiler-rt/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/compiler-rt/Makefile b/runtime/compiler-rt/Makefile
index ccd83a3570..0211f50335 100644
--- a/runtime/compiler-rt/Makefile
+++ b/runtime/compiler-rt/Makefile
@@ -221,8 +221,6 @@ $(ResourceLibDir)/$1/libclang_rt.%.dylib: \
$(ResourceLibDir)/$1/.dir
$(Echo) Copying runtime library $1/$$* to build dir
$(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.dylib $$@
- $(Echo) Fixing LC_ID_DYLIB of $$@
- $(Verb) install_name_tool $$@ -id $$@
RuntimeLibrary.$1: \
$(RuntimeLibrary.$1.Configs:%=$(ResourceLibDir)/$1/libclang_rt.%)
.PHONY: RuntimeLibrary.$1