1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Target/AMDGPU/Utils/CMakeLists.txt
Sebastian Neubauer 95f90b846b [AMDGPU] Fix linking with shared libraries
AMDGPULDSUtils depends on llvm::CallGraph.
2021-06-21 11:11:13 +02:00

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
)