Jay Foad 55d744eea3
[AMDGPU] Move AMDGPUMemoryUtils out of Utils. NFC. (#104930)
It is only used by CodeGen so does not need to be shared with the
assembler/disassembler.
2024-08-20 16:15:46 +01:00

21 lines
302 B
CMake

add_llvm_component_library(LLVMAMDGPUUtils
AMDGPUAsmUtils.cpp
AMDGPUBaseInfo.cpp
AMDGPUDelayedMCExpr.cpp
AMDGPUPALMetadata.cpp
AMDKernelCodeTUtils.cpp
LINK_COMPONENTS
Analysis
BinaryFormat
CodeGenTypes
Core
MC
MCParser
Support
TargetParser
ADD_TO_COMPONENT
AMDGPU
)