1add_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 IncrementalSourceMgr.cpp 13 InstrBuilder.cpp 14 Instruction.cpp 15 Pipeline.cpp 16 Stages/DispatchStage.cpp 17 Stages/EntryStage.cpp 18 Stages/ExecuteStage.cpp 19 Stages/InOrderIssueStage.cpp 20 Stages/InstructionTables.cpp 21 Stages/MicroOpQueueStage.cpp 22 Stages/RetireStage.cpp 23 Stages/Stage.cpp 24 Support.cpp 25 View.cpp 26 27 ADDITIONAL_HEADER_DIRS 28 ${LLVM_MAIN_INCLUDE_DIR}/llvm/MCA 29 30 LINK_COMPONENTS 31 MC 32 Support 33 ) 34