summaryrefslogtreecommitdiffstats
path: root/clang/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
commitea0a4dfd2764d4b57366e104477467723c1acb4c (patch)
treef8655a665574b1330ab3978d8c561bda76b1a665 /clang/runtime
parent98e486e11cd8d50ee7d4a54691d3fa432ef11685 (diff)
downloadbcm5719-llvm-ea0a4dfd2764d4b57366e104477467723c1acb4c.tar.gz
bcm5719-llvm-ea0a4dfd2764d4b57366e104477467723c1acb4c.zip
Use @rpath for ASan dylib in Makefiles
Reviewed at http://reviews.llvm.org/D6176 llvm-svn: 221557
Diffstat (limited to 'clang/runtime')
-rw-r--r--clang/runtime/compiler-rt/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/runtime/compiler-rt/Makefile b/clang/runtime/compiler-rt/Makefile
index ccd83a35704..0211f503351 100644
--- a/clang/runtime/compiler-rt/Makefile
+++ b/clang/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
OpenPOWER on IntegriCloud