blob: 984044ac4efbd3e2a8fc129c1d04e437423cf2bc [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
Peter Collingbournebd1cb792015-06-09 21:52:4819 LibDriver
Peter Collingbourne60c16162015-06-01 20:10:1020 MC
21 MCDisassembler
22 Support
Rui Ueyama411c63602015-05-28 19:09:3023 )
24
25add_dependencies(lldCOFF COFFOptionsTableGen)