diff options
Diffstat (limited to 'llvm/tools')
-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 |