diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-29 00:25:57 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-29 00:25:57 +0000 |
commit | 5a939956b83abc7f0dfafb84e636115d2d559ecb (patch) | |
tree | 00a90b7859b431c1e34e788eea65b63e77fa272e /tools/Makefile | |
parent | 36e1ac7fffc2a0035ce61750efd6ee7d59100575 (diff) | |
download | external_llvm-5a939956b83abc7f0dfafb84e636115d2d559ecb.zip external_llvm-5a939956b83abc7f0dfafb84e636115d2d559ecb.tar.gz external_llvm-5a939956b83abc7f0dfafb84e636115d2d559ecb.tar.bz2 |
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/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/Makefile b/tools/Makefile index 278546b..8bbd7c2 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 |