2018-03-08 21:05:02 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2018-04-11 22:35:23 +08:00
|
|
|
AllTargetsAsmPrinters
|
2018-03-08 21:05:02 +08:00
|
|
|
AllTargetsAsmParsers
|
|
|
|
AllTargetsDescs
|
2018-04-11 22:35:23 +08:00
|
|
|
AllTargetsDisassemblers
|
|
|
|
AllTargetsInfos
|
|
|
|
MC
|
|
|
|
MCParser
|
|
|
|
Support
|
2018-03-08 21:05:02 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_tool(llvm-mca
|
|
|
|
Backend.cpp
|
|
|
|
BackendPrinter.cpp
|
2018-04-10 00:39:52 +08:00
|
|
|
CodeRegion.cpp
|
2018-03-08 21:05:02 +08:00
|
|
|
Dispatch.cpp
|
2018-04-10 22:55:14 +08:00
|
|
|
DispatchStatistics.cpp
|
2018-03-08 21:05:02 +08:00
|
|
|
HWEventListener.cpp
|
|
|
|
InstrBuilder.cpp
|
|
|
|
Instruction.cpp
|
2018-03-24 03:40:04 +08:00
|
|
|
InstructionInfoView.cpp
|
2018-03-26 20:04:53 +08:00
|
|
|
InstructionTables.cpp
|
2018-03-08 21:05:02 +08:00
|
|
|
LSUnit.cpp
|
|
|
|
llvm-mca.cpp
|
2018-04-04 00:46:23 +08:00
|
|
|
RegisterFileStatistics.cpp
|
2018-03-08 21:05:02 +08:00
|
|
|
ResourcePressureView.cpp
|
2018-05-02 07:04:01 +08:00
|
|
|
RetireControlUnit.cpp
|
2018-04-11 20:12:53 +08:00
|
|
|
RetireControlUnitStatistics.cpp
|
2018-03-08 21:05:02 +08:00
|
|
|
Scheduler.cpp
|
2018-04-11 19:37:46 +08:00
|
|
|
SchedulerStatistics.cpp
|
2018-03-20 20:25:54 +08:00
|
|
|
Support.cpp
|
2018-03-09 21:52:03 +08:00
|
|
|
SummaryView.cpp
|
2018-03-20 20:25:54 +08:00
|
|
|
TimelineView.cpp
|
2018-03-09 00:08:43 +08:00
|
|
|
View.cpp
|
2018-03-08 21:05:02 +08:00
|
|
|
)
|