[llvm-readobj] - Fix BB after r372087.
[llvm-complete.git] / lib / MCA / CMakeLists.txt
blobe2eb06eb97c7e4cb03fb669724da46861598fbe8
1 add_llvm_library(LLVMMCA
2   CodeEmitter.cpp
3   Context.cpp
4   HWEventListener.cpp
5   HardwareUnits/HardwareUnit.cpp
6   HardwareUnits/LSUnit.cpp
7   HardwareUnits/RegisterFile.cpp
8   HardwareUnits/ResourceManager.cpp
9   HardwareUnits/RetireControlUnit.cpp
10   HardwareUnits/Scheduler.cpp
11   InstrBuilder.cpp
12   Instruction.cpp
13   Pipeline.cpp
14   Stages/DispatchStage.cpp
15   Stages/EntryStage.cpp
16   Stages/ExecuteStage.cpp
17   Stages/InstructionTables.cpp
18   Stages/MicroOpQueueStage.cpp
19   Stages/RetireStage.cpp
20   Stages/Stage.cpp
21   Support.cpp
23   ADDITIONAL_HEADER_DIRS
24   ${LLVM_MAIN_INCLUDE_DIR}/llvm/MCA
25   )