mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 00:12:50 +01:00
cb4468b00a
llvm-svn: 179544
12 lines
232 B
CMake
12 lines
232 B
CMake
|
|
add_llvm_library(LLVMR600Desc
|
|
AMDGPUAsmBackend.cpp
|
|
AMDGPUELFObjectWriter.cpp
|
|
AMDGPUMCTargetDesc.cpp
|
|
AMDGPUMCAsmInfo.cpp
|
|
R600MCCodeEmitter.cpp
|
|
SIMCCodeEmitter.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMR600Desc AMDGPUCommonTableGen)
|