diff options
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/edis/Makefile | 2 |
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 |