xref: /llvm-project/llvm/lib/Target/AMDGPU/MCA/CMakeLists.txt (revision 62748e934c74550843f741f7cd194da2f604ce13)
1add_llvm_component_library(LLVMAMDGPUTargetMCA
2  AMDGPUCustomBehaviour.cpp
3
4  LINK_COMPONENTS
5  AMDGPUDesc
6  AMDGPUInfo
7  AMDGPUUtils
8  CodeGenTypes
9  MC
10  MCA
11  MCParser
12  Support
13  TargetParser
14
15  ADD_TO_COMPONENT
16  AMDGPU
17  )
18