mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-04 00:31:54 +00:00
edis needs to link in mcdisassembler.
llvm-svn: 108876
This commit is contained in:
parent
543f941787
commit
f70bf1be04
@ -26,7 +26,7 @@ ifeq ($(ENABLE_PIC),1)
|
|||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) x86asmprinter x86disassembler
|
LINK_COMPONENTS := $(TARGETS_TO_BUILD) mcdisassembler x86asmprinter x86disassembler
|
||||||
|
|
||||||
include $(LEVEL)/Makefile.common
|
include $(LEVEL)/Makefile.common
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user