Use @rpath for ASan dylib in Makefiles

Reviewed at http://reviews.llvm.org/D6176

llvm-svn: 221557
This commit is contained in:
Kuba Brecka 2014-11-07 22:27:43 +00:00
parent 98e486e11c
commit ea0a4dfd27
1 changed files with 0 additions and 2 deletions

View File

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