Skip to content

Commit ea0a4df

Browse files
committed
Use @rpath for ASan dylib in Makefiles
Reviewed at http://reviews.llvm.org/D6176 llvm-svn: 221557
1 parent 98e486e commit ea0a4df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/runtime/compiler-rt/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,6 @@ $(ResourceLibDir)/$1/libclang_rt.%.dylib: \
221221
$(ResourceLibDir)/$1/.dir
222222
$(Echo) Copying runtime library $1/$$* to build dir
223223
$(Verb) cp $(PROJ_OBJ_DIR)/clang_$1/$$*/libcompiler_rt.dylib $$@
224-
$(Echo) Fixing LC_ID_DYLIB of $$@
225-
$(Verb) install_name_tool $$@ -id $$@
226224
RuntimeLibrary.$1: \
227225
$(RuntimeLibrary.$1.Configs:%=$(ResourceLibDir)/$1/libclang_rt.%)
228226
.PHONY: RuntimeLibrary.$1

0 commit comments

Comments
 (0)