blob: 790e7941476652afa3fd504e45e89c6ea1d5e229 [file] [log] [blame]
Rui Ueyama411c63602015-05-28 19:09:301set(LLVM_TARGET_DEFINITIONS Options.td)
2tablegen(LLVM Options.inc -gen-opt-parser-defs)
3add_public_tablegen_target(COFFOptionsTableGen)
4
5add_llvm_library(lldCOFF
6 Chunks.cpp
Rui Ueyama4b22fa72015-06-07 01:15:047 DLL.cpp
Rui Ueyama411c63602015-05-28 19:09:308 Driver.cpp
Rui Ueyama3500f662015-05-28 20:30:069 DriverUtils.cpp
Rui Ueyama411c63602015-05-28 19:09:3010 InputFiles.cpp
11 SymbolTable.cpp
12 Symbols.cpp
13 Writer.cpp
Peter Collingbourne60c16162015-06-01 20:10:1014
15 LINK_COMPONENTS
16 ${LLVM_TARGETS_TO_BUILD}
17 Core
18 LTO
19 MC
20 MCDisassembler
21 Support
Rui Ueyama411c63602015-05-28 19:09:3022 )
23
24add_dependencies(lldCOFF COFFOptionsTableGen)