summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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