summaryrefslogtreecommitdiff
path: root/tools/edis
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2010-07-14 22:41:51 +0000
committerBob Wilson <bob.wilson@apple.com>2010-07-14 22:41:51 +0000
commit8f70c3d97c14c086a17880a6ed183446e6323297 (patch)
treec1394eab10fb46c846a5bc85d481a20e3ea8c4ca /tools/edis
parent38e59891ee4417a9be2f8146ce0ba3269e38ac21 (diff)
downloadllvm-8f70c3d97c14c086a17880a6ed183446e6323297.tar.gz
llvm-8f70c3d97c14c086a17880a6ed183446e6323297.tar.bz2
llvm-8f70c3d97c14c086a17880a6ed183446e6323297.tar.xz
Remove some broken code to check the DISABLE_EDIS flag (edis is now in the
DIRS list, so it does no good to filter it from PARALLEL_DIRS), and replace it with a check to disable building the shared library version of edis when the flag is set. Disabling it entirely does not work because MC uses it now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108367 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/edis')
-rw-r--r--tools/edis/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/edis/Makefile b/tools/edis/Makefile
index 9151f627bb..0d2e26f233 100644
--- a/tools/edis/Makefile
+++ b/tools/edis/Makefile
@@ -20,10 +20,12 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
include $(LEVEL)/Makefile.config
ifeq ($(ENABLE_PIC),1)
+ ifneq ($(DISABLE_EDIS),1)
ifneq ($(TARGET_OS), $(filter $(TARGET_OS), Cygwin MingW))
LINK_LIBS_IN_SHARED = 1
SHARED_LIBRARY = 1
endif
+ endif
endif
LINK_COMPONENTS := $(TARGETS_TO_BUILD) x86asmprinter x86disassembler