[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / MCA / CMakeLists.txt
blob38156bec875db6cddaba6fef5d8417a8d51a0212
1 add_llvm_component_library(LLVMMCA
2   CodeEmitter.cpp
3   Context.cpp
4   CustomBehaviour.cpp
5   HWEventListener.cpp
6   HardwareUnits/HardwareUnit.cpp
7   HardwareUnits/LSUnit.cpp
8   HardwareUnits/RegisterFile.cpp
9   HardwareUnits/ResourceManager.cpp
10   HardwareUnits/RetireControlUnit.cpp
11   HardwareUnits/Scheduler.cpp
12   InstrBuilder.cpp
13   Instruction.cpp
14   Pipeline.cpp
15   Stages/DispatchStage.cpp
16   Stages/EntryStage.cpp
17   Stages/ExecuteStage.cpp
18   Stages/InOrderIssueStage.cpp
19   Stages/InstructionTables.cpp
20   Stages/MicroOpQueueStage.cpp
21   Stages/RetireStage.cpp
22   Stages/Stage.cpp
23   Support.cpp
25   ADDITIONAL_HEADER_DIRS
26   ${LLVM_MAIN_INCLUDE_DIR}/llvm/MCA
28   LINK_COMPONENTS
29   MC
30   Support
31   )