You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
727 B
50 lines
727 B
4 months ago
|
set(LLVM_TARGET_DEFINITIONS Options.td)
|
||
|
tablegen(LLVM Options.inc -gen-opt-parser-defs)
|
||
|
add_public_tablegen_target(COFFOptionsTableGen)
|
||
|
|
||
|
add_lld_library(lldCOFF
|
||
|
CallGraphSort.cpp
|
||
|
Chunks.cpp
|
||
|
DebugTypes.cpp
|
||
|
DLL.cpp
|
||
|
Driver.cpp
|
||
|
DriverUtils.cpp
|
||
|
ICF.cpp
|
||
|
InputFiles.cpp
|
||
|
LLDMapFile.cpp
|
||
|
LTO.cpp
|
||
|
MapFile.cpp
|
||
|
MarkLive.cpp
|
||
|
MinGW.cpp
|
||
|
PDB.cpp
|
||
|
SymbolTable.cpp
|
||
|
Symbols.cpp
|
||
|
Writer.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
${LLVM_TARGETS_TO_BUILD}
|
||
|
BinaryFormat
|
||
|
Core
|
||
|
DebugInfoCodeView
|
||
|
DebugInfoDWARF
|
||
|
DebugInfoMSF
|
||
|
DebugInfoPDB
|
||
|
Demangle
|
||
|
LibDriver
|
||
|
LTO
|
||
|
MC
|
||
|
Object
|
||
|
Option
|
||
|
Passes
|
||
|
Support
|
||
|
WindowsManifest
|
||
|
|
||
|
LINK_LIBS
|
||
|
lldCommon
|
||
|
${LLVM_PTHREAD_LIB}
|
||
|
|
||
|
DEPENDS
|
||
|
COFFOptionsTableGen
|
||
|
intrinsics_gen
|
||
|
)
|