mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
there is now no reason to link in TARGETS_TO_BUILD since we list
arm explicitly. X86 and ARM are the only two targets that support disassembly, so our explicit list is enough. These other targets weren't getting pulled in anyway though, since there were no references to their symbols. llvm-svn: 108934
This commit is contained in:
parent
4aff2379b6
commit
d9ec30e2fe
@ -19,7 +19,7 @@ EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/EnhancedDisassembly.exports
|
||||
# early so we can set up LINK_COMPONENTS before including Makefile.rules
|
||||
include $(LEVEL)/Makefile.config
|
||||
|
||||
LINK_COMPONENTS := $(TARGETS_TO_BUILD) mcdisassembler
|
||||
LINK_COMPONENTS := mcdisassembler
|
||||
|
||||
# If the X86 target is enabled, link in the asmprinter and disassembler.
|
||||
ifneq ($(filter $(TARGETS_TO_BUILD), X86),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user