summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-29 00:25:57 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-29 00:25:57 +0000
commit5a939956b83abc7f0dfafb84e636115d2d559ecb (patch)
tree00a90b7859b431c1e34e788eea65b63e77fa272e /tools/Makefile
parent36e1ac7fffc2a0035ce61750efd6ee7d59100575 (diff)
downloadllvm-5a939956b83abc7f0dfafb84e636115d2d559ecb.tar.gz
llvm-5a939956b83abc7f0dfafb84e636115d2d559ecb.tar.bz2
llvm-5a939956b83abc7f0dfafb84e636115d2d559ecb.tar.xz
edis: Sink EDMain.cpp into lib/MC/MCDisassembler.
- This fixes some layering violations and matches how we handle the llvm-c lib, for example. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 278546bc16..8bbd7c2387 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -56,14 +56,6 @@ ifeq ($(ENABLE_PIC),1)
endif
PARALLEL_DIRS += bugpoint-passes
-
- # The edis library is only supported if ARM and/or X86 are enabled, and if
- # LLVM is being built PIC on platforms that support dylibs.
- ifneq ($(DISABLE_EDIS),1)
- ifneq ($(filter $(TARGETS_TO_BUILD), X86 ARM),)
- PARALLEL_DIRS += edis
- endif
- endif
endif
ifdef LLVM_HAS_POLLY