Andrea Di Biagio | 3a6b092 | 2018-03-08 13:05:02 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS |
2 | AllTargetsAsmPrinters | ||||
3 | AllTargetsAsmParsers | ||||
4 | AllTargetsDescs | ||||
5 | AllTargetsDisassemblers | ||||
6 | AllTargetsInfos | ||||
7 | MC | ||||
8 | MCParser | ||||
9 | Support | ||||
10 | ) | ||||
11 | |||||
12 | add_llvm_tool(llvm-mca | ||||
13 | Backend.cpp | ||||
14 | BackendPrinter.cpp | ||||
15 | BackendStatistics.cpp | ||||
16 | Dispatch.cpp | ||||
17 | HWEventListener.cpp | ||||
18 | InstrBuilder.cpp | ||||
19 | Instruction.cpp | ||||
20 | LSUnit.cpp | ||||
21 | llvm-mca.cpp | ||||
22 | ResourcePressureView.cpp | ||||
23 | Scheduler.cpp | ||||
24 | TimelineView.cpp | ||||
25 | ) |