2018-03-08 21:05:02 +08: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-24 03:40:04 +08:00
|
|
|
InstructionInfoView.cpp
|
2018-03-08 21:05:02 +08:00
|
|
|
LSUnit.cpp
|
|
|
|
llvm-mca.cpp
|
|
|
|
ResourcePressureView.cpp
|
|
|
|
Scheduler.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
|
|
|
)
|