2020-04-03 02:54:05 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Options.td)
|
|
|
|
tablegen(LLVM Options.inc -gen-opt-parser-defs)
|
|
|
|
add_public_tablegen_target(MachOOptionsTableGen)
|
|
|
|
|
|
|
|
add_lld_library(lldMachO2
|
|
|
|
Arch/X86_64.cpp
|
|
|
|
Driver.cpp
|
2020-04-30 06:42:19 +08:00
|
|
|
ExportTrie.cpp
|
2020-04-03 02:54:05 +08:00
|
|
|
InputFiles.cpp
|
|
|
|
InputSection.cpp
|
|
|
|
OutputSegment.cpp
|
|
|
|
SymbolTable.cpp
|
|
|
|
Symbols.cpp
|
2020-04-22 04:37:57 +08:00
|
|
|
SyntheticSections.cpp
|
2020-04-03 02:54:05 +08:00
|
|
|
Target.cpp
|
|
|
|
Writer.cpp
|
|
|
|
|
|
|
|
LINK_COMPONENTS
|
|
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
|
|
BinaryFormat
|
|
|
|
Core
|
|
|
|
Object
|
|
|
|
Option
|
|
|
|
Support
|
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
lldCommon
|
|
|
|
${LLVM_PTHREAD_LIB}
|
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
MachOOptionsTableGen
|
|
|
|
${tablegen_deps}
|
|
|
|
)
|