forked from OSchip/llvm-project
Use @rpath for ASan dylib in Makefiles
Reviewed at http://reviews.llvm.org/D6176 llvm-svn: 221557
This commit is contained in:
parent
98e486e11c
commit
ea0a4dfd27
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue