Bug fix: made the enhanced disassembler's link
authorSean Callanan <scallanan@apple.com>
Mon, 12 Apr 2010 20:23:08 +0000 (20:23 +0000)
committerSean Callanan <scallanan@apple.com>
Mon, 12 Apr 2010 20:23:08 +0000 (20:23 +0000)
flags work properly when EDIS_VERSION is defined

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101063 91177308-0d34-0410-b5e6-96231b3b80d8

tools/edis/Makefile

index a5ec82ba7e4151814a8c4795b2d1c70549f92799..a6d99c75628f8d874fabe296fe80a72c0a3f5181 100644 (file)
@@ -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