blob: b32b9cfcff04e150ca5db6ea973aa3d8cfc31d5d [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
Pete Cooperf154b672016-01-07 00:14:045add_lld_library(lldCOFF
Zequan Wu763671f2020-07-21 20:46:116 CallGraphSort.cpp
Rui Ueyama411c63602015-05-28 19:09:307 Chunks.cpp
Amy Huang6f7483b2021-09-16 23:48:268 COFFLinkerContext.cpp
Alexandre Ganeabf55c4e2019-04-01 13:36:599 DebugTypes.cpp
Rui Ueyama4b22fa72015-06-07 01:15:0410 DLL.cpp
Rui Ueyama411c63602015-05-28 19:09:3011 Driver.cpp
Rui Ueyama3500f662015-05-28 20:30:0612 DriverUtils.cpp
Rui Ueyama49560c72015-06-24 20:40:0313 ICF.cpp
Rui Ueyama411c63602015-05-28 19:09:3014 InputFiles.cpp
Sylvain Audib91905a2020-03-23 21:06:4815 LLDMapFile.cpp
Bob Haarmancde5e5b2017-02-02 23:58:1416 LTO.cpp
Peter Collingbourne6f24fdb2017-01-14 03:14:4617 MapFile.cpp
Rui Ueyamaa5f0f752015-09-19 21:36:2818 MarkLive.cpp
Martin Storsjoe1f894d2017-10-19 19:49:3819 MinGW.cpp
Rui Ueyamae7378242015-12-04 23:11:0520 PDB.cpp
Rui Ueyama411c63602015-05-28 19:09:3021 SymbolTable.cpp
22 Symbols.cpp
23 Writer.cpp
Peter Collingbourne60c16162015-06-01 20:10:1024
25 LINK_COMPONENTS
26 ${LLVM_TARGETS_TO_BUILD}
Sam Cleggc1e7a0d2017-06-07 18:06:1127 BinaryFormat
Peter Collingbourne60c16162015-06-01 20:10:1028 Core
Rui Ueyamabf9523f2016-11-23 22:58:2529 DebugInfoCodeView
Michael Liao92fea8b2019-10-18 14:31:5830 DebugInfoDWARF
Ismail Donmeze7174ff2016-09-16 14:10:2331 DebugInfoMSF
Rui Ueyamab28c6d42016-09-16 04:32:3332 DebugInfoPDB
Martin Storsjobf6f4e92019-09-27 12:23:4533 Demangle
Peter Collingbournebd1cb792015-06-09 21:52:4834 LibDriver
NAKAMURA Takumid791eaa2017-10-11 23:18:4335 LTO
Peter Collingbourne60c16162015-06-01 20:10:1036 MC
NAKAMURA Takumid791eaa2017-10-11 23:18:4337 Object
Benjamin Kramer44b07232015-06-23 19:54:5738 Option
Wei Mi21a47102020-01-10 04:58:3139 Passes
Peter Collingbourne60c16162015-06-01 20:10:1040 Support
Eric Beckmann87c6acf2017-08-22 03:15:2841 WindowsManifest
Rafael Espindola393877d2016-03-01 15:56:5342
Peter Collingbournefeee2102016-07-26 02:00:4243 LINK_LIBS
Rui Ueyama3f851702017-10-02 21:00:4144 lldCommon
Eric Fiselier87c87f42017-02-10 01:59:2045 ${LLVM_PTHREAD_LIB}
Rui Ueyama411c63602015-05-28 19:09:3046
Chris Bienemanaeb30252016-11-17 04:36:3547 DEPENDS
48 COFFOptionsTableGen
Michele Scandale53880b82020-07-17 23:43:0549 intrinsics_gen
Chris Bienemanaeb30252016-11-17 04:36:3550 )