llvm-for-llvmta/lib/Target/AMDGPU/Utils/CMakeLists.txt

16 lines
224 B
CMake
Raw Normal View History

2022-04-25 10:02:23 +02:00
add_llvm_component_library(LLVMAMDGPUUtils
AMDGPUBaseInfo.cpp
AMDKernelCodeTUtils.cpp
AMDGPUAsmUtils.cpp
AMDGPUPALMetadata.cpp
LINK_COMPONENTS
Core
MC
BinaryFormat
Support
ADD_TO_COMPONENT
AMDGPU
)