2018-03-08 13:05:02 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
AllTargetsAsmPrinters
|
|
|
|
AllTargetsAsmParsers
|
|
|
|
AllTargetsDescs
|
|
|
|
AllTargetsDisassemblers
|
|
|
|
AllTargetsInfos
|
|
|
|
MC
|
|
|
|
MCParser
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
|
|
|
add_llvm_tool(llvm-mca
|
|
|
|
Backend.cpp
|
|
|
|
BackendPrinter.cpp
|
|
|
|
BackendStatistics.cpp
|
|
|
|
Dispatch.cpp
|
|
|
|
HWEventListener.cpp
|
|
|
|
InstrBuilder.cpp
|
|
|
|
Instruction.cpp
|
2018-03-23 19:40:04 +00:00
|
|
|
InstructionInfoView.cpp
|
2018-03-26 12:04:53 +00:00
|
|
|
InstructionTables.cpp
|
2018-03-08 13:05:02 +00:00
|
|
|
LSUnit.cpp
|
|
|
|
llvm-mca.cpp
|
|
|
|
ResourcePressureView.cpp
|
|
|
|
Scheduler.cpp
|
2018-03-20 12:25:54 +00:00
|
|
|
Support.cpp
|
2018-03-09 13:52:03 +00:00
|
|
|
SummaryView.cpp
|
2018-03-20 12:25:54 +00:00
|
|
|
TimelineView.cpp
|
2018-03-08 16:08:43 +00:00
|
|
|
View.cpp
|
2018-03-08 13:05:02 +00:00
|
|
|
)
|