forked from OSchip/llvm-project
31 lines
508 B
CMake
31 lines
508 B
CMake
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
|
|
InstructionInfoView.cpp
|
|
InstructionTables.cpp
|
|
LSUnit.cpp
|
|
llvm-mca.cpp
|
|
ResourcePressureView.cpp
|
|
Scheduler.cpp
|
|
Support.cpp
|
|
SummaryView.cpp
|
|
TimelineView.cpp
|
|
View.cpp
|
|
)
|