
It is only used by CodeGen so does not need to be shared with the assembler/disassembler.
21 lines
302 B
CMake
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
|
|
)
|