1add_llvm_component_library(LLVMAMDGPUUtils
2  AMDGPUBaseInfo.cpp
3  AMDKernelCodeTUtils.cpp
4  AMDGPUAsmUtils.cpp
5  AMDGPUPALMetadata.cpp
6
7  LINK_COMPONENTS
8  Core
9  MC
10  BinaryFormat
11  Support
12
13  ADD_TO_COMPONENT
14  AMDGPU
15  )
16