summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/Makefile
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-07-20 18:25:19 +0000
committerChris Lattner <sabre@nondot.org>2010-07-20 18:25:19 +0000
commit979634bbb0321d69603bcfde10693f57b466ecd8 (patch)
tree3238a66d8e4056fbef8722ab5831681f12e438cb /llvm/lib/MC/Makefile
parentb64d5b72022e5148de321f135fb75d3e80d87205 (diff)
downloadbcm5719-llvm-979634bbb0321d69603bcfde10693f57b466ecd8.tar.gz
bcm5719-llvm-979634bbb0321d69603bcfde10693f57b466ecd8.zip
start straightening out libedis's dependencies and make it fit
better in the llvm world. Among other things, this changes: 1. The guts of libedis are now moved into lib/MC/MCDisassembler 2. llvm-mc now depends on lib/MC/MCDisassembler, not tools/edis, so edis and mc don't have to be built in series. 3. lib/MC/MCDisassembler no longer depends on the C api, the C API depends on it. 4. Various code cleanup changes. There is still a lot to be done to make edis fit with the llvm design, but this is an incremental step in the right direction. llvm-svn: 108869
Diffstat (limited to 'llvm/lib/MC/Makefile')
-rw-r--r--llvm/lib/MC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/Makefile b/llvm/lib/MC/Makefile
index a661fa6f408..bf8b7c0e783 100644
--- a/llvm/lib/MC/Makefile
+++ b/llvm/lib/MC/Makefile
@@ -10,7 +10,7 @@
LEVEL = ../..
LIBRARYNAME = LLVMMC
BUILD_ARCHIVE := 1
-PARALLEL_DIRS := MCParser
+PARALLEL_DIRS := MCParser MCDisassembler
include $(LEVEL)/Makefile.common
OpenPOWER on IntegriCloud