diff options
author | Chris Lattner <sabre@nondot.org> | 2010-07-20 18:35:23 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-07-20 18:35:23 +0000 |
commit | db2e0ba6b52f496a067e62a25605cbf07dddd4ed (patch) | |
tree | 1e138ce77ab70b6d23823cdec063405d88a5e6e5 | |
parent | b7a70ff82c1685782a1c67c719fd6724f9a2eb54 (diff) | |
download | bcm5719-llvm-db2e0ba6b52f496a067e62a25605cbf07dddd4ed.tar.gz bcm5719-llvm-db2e0ba6b52f496a067e62a25605cbf07dddd4ed.zip |
edis needs to link in mcdisassembler.
llvm-svn: 108876
-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 d0be78a2601..f28929f02d9 100644 --- a/llvm/tools/edis/Makefile +++ b/llvm/tools/edis/Makefile @@ -26,7 +26,7 @@ ifeq ($(ENABLE_PIC),1) endif endif -LINK_COMPONENTS := $(TARGETS_TO_BUILD) x86asmprinter x86disassembler +LINK_COMPONENTS := $(TARGETS_TO_BUILD) mcdisassembler x86asmprinter x86disassembler include $(LEVEL)/Makefile.common |