2017-11-18 02:14:09 +08:00
|
|
|
set(LLVM_TARGET_DEFINITIONS Options.td)
|
|
|
|
tablegen(LLVM Options.inc -gen-opt-parser-defs)
|
|
|
|
add_public_tablegen_target(WasmOptionsTableGen)
|
|
|
|
|
|
|
|
add_lld_library(lldWasm
|
|
|
|
Driver.cpp
|
2018-01-10 09:13:34 +08:00
|
|
|
InputChunks.cpp
|
2017-11-18 02:14:09 +08:00
|
|
|
InputFiles.cpp
|
2018-05-31 02:07:52 +08:00
|
|
|
LTO.cpp
|
2018-01-31 09:45:47 +08:00
|
|
|
MarkLive.cpp
|
2017-11-18 02:14:09 +08:00
|
|
|
OutputSections.cpp
|
2019-05-21 17:13:09 +08:00
|
|
|
Relocations.cpp
|
2017-11-18 02:14:09 +08:00
|
|
|
SymbolTable.cpp
|
|
|
|
Symbols.cpp
|
2019-05-21 17:13:09 +08:00
|
|
|
SyntheticSections.cpp
|
2017-11-18 02:14:09 +08:00
|
|
|
Writer.cpp
|
|
|
|
WriterUtils.cpp
|
|
|
|
|
|
|
|
LINK_COMPONENTS
|
|
|
|
${LLVM_TARGETS_TO_BUILD}
|
|
|
|
BinaryFormat
|
|
|
|
Core
|
|
|
|
Demangle
|
2018-05-31 02:07:52 +08:00
|
|
|
LTO
|
|
|
|
MC
|
2017-11-18 02:14:09 +08:00
|
|
|
Object
|
|
|
|
Option
|
2020-01-10 12:58:31 +08:00
|
|
|
Passes
|
2017-11-18 02:14:09 +08:00
|
|
|
Support
|
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
lldCommon
|
2018-06-13 16:38:23 +08:00
|
|
|
|
|
|
|
DEPENDS
|
|
|
|
WasmOptionsTableGen
|
2020-07-18 07:43:05 +08:00
|
|
|
intrinsics_gen
|
2019-05-21 17:13:09 +08:00
|
|
|
)
|