OSDN Git Service

9358c083f1dd89ae6a9f84dca3000d4182a09bc5
[android-x86/external-llvm.git] / tools / llvm-mca / CMakeLists.txt
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   InstructionInfoView.cpp
21   LSUnit.cpp
22   llvm-mca.cpp
23   ResourcePressureView.cpp
24   Scheduler.cpp
25   Support.cpp
26   SummaryView.cpp
27   TimelineView.cpp
28   View.cpp
29   )