1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

Change libLTO back to linking with @executable_path instead of @rpath.

This partially reverts r187641 until ld64 adopts a change to link with an
rpath setting.

llvm-svn: 194418
This commit is contained in:
Bob Wilson 2013-11-11 20:08:24 +00:00
parent 26d846f560
commit f240040c9b

View File

@ -46,7 +46,7 @@ ifeq ($(HOST_OS),Darwin)
ifneq ($(DARWIN_VERS),8) ifneq ($(DARWIN_VERS),8)
LLVMLibsOptions := $(LLVMLibsOptions) \ LLVMLibsOptions := $(LLVMLibsOptions) \
-Wl,-install_name \ -Wl,-install_name \
-Wl,"@rpath/lib$(LIBRARYNAME)$(SHLIBEXT)" -Wl,"@executable_path/../lib/lib$(LIBRARYNAME)$(SHLIBEXT)"
endif endif
# If we're doing an Apple-style build, add the LTO object path. # If we're doing an Apple-style build, add the LTO object path.