mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
95f90b846b
AMDGPULDSUtils depends on llvm::CallGraph.
18 lines
256 B
CMake
18 lines
256 B
CMake
add_llvm_component_library(LLVMAMDGPUUtils
|
|
AMDGPUAsmUtils.cpp
|
|
AMDGPUBaseInfo.cpp
|
|
AMDGPULDSUtils.cpp
|
|
AMDGPUPALMetadata.cpp
|
|
AMDKernelCodeTUtils.cpp
|
|
|
|
LINK_COMPONENTS
|
|
Analysis
|
|
Core
|
|
MC
|
|
BinaryFormat
|
|
Support
|
|
|
|
ADD_TO_COMPONENT
|
|
AMDGPU
|
|
)
|