summaryrefslogtreecommitdiffstats
path: root/llvm/tools
diff options
context:
space:
mode:
authorSean Callanan <scallanan@apple.com>2010-04-12 20:23:08 +0000
committerSean Callanan <scallanan@apple.com>2010-04-12 20:23:08 +0000
commitdeee643b958cb3e0af6ca8f67b2bae6c61d5bbdb (patch)
tree8b4ba7dd6077e25c87b8402daa0471eab7dc939b /llvm/tools
parentb2134e6968b1a1b8b76047360adc65cecfc20432 (diff)
downloadbcm5719-llvm-deee643b958cb3e0af6ca8f67b2bae6c61d5bbdb.tar.gz
bcm5719-llvm-deee643b958cb3e0af6ca8f67b2bae6c61d5bbdb.zip
Bug fix: made the enhanced disassembler's link
flags work properly when EDIS_VERSION is defined llvm-svn: 101063
Diffstat (limited to 'llvm/tools')
-rw-r--r--llvm/tools/edis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/edis/Makefile b/llvm/tools/edis/Makefile
index a5ec82ba7e4..a6d99c75628 100644
--- a/llvm/tools/edis/Makefile
+++ b/llvm/tools/edis/Makefile
@@ -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
OpenPOWER on IntegriCloud