mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Bug fix: made the enhanced disassembler's link
flags work properly when EDIS_VERSION is defined llvm-svn: 101063
This commit is contained in:
parent
7cd2b6d33b
commit
d9474b01ae
@ -32,7 +32,7 @@ ifeq ($(HOST_OS),Darwin)
|
||||
-Wl,-dead_strip
|
||||
|
||||
ifdef EDIS_VERSION
|
||||
LLVMLibsOptions := -Wl,-current_version -Wl,$(EDIS_VERSION) \
|
||||
LLVMLibsOptions := $(LLVMLibsOptions) -Wl,-current_version -Wl,$(EDIS_VERSION) \
|
||||
-Wl,-compatibility_version -Wl,1
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user