Author: kuba.brecka Date: Fri Nov 7 16:27:43 2014 New Revision: 221557 URL: http://llvm.org/viewvc/llvm-project?rev=221557&view=rev Log: Use @rpath for ASan dylib in Makefiles
Reviewed at http://reviews.llvm.org/D6176 Modified: cfe/trunk/runtime/compiler-rt/Makefile Modified: cfe/trunk/runtime/compiler-rt/Makefile URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/runtime/compiler-rt/Makefile?rev=221557&r1=221556&r2=221557&view=diff ============================================================================== --- cfe/trunk/runtime/compiler-rt/Makefile (original) +++ cfe/trunk/runtime/compiler-rt/Makefile Fri Nov 7 16:27:43 2014 @@ -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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
