forked from OSchip/llvm-project
11 lines
204 B
CMake
11 lines
204 B
CMake
|
|
||
|
add_llvm_library(LLVMR600Desc
|
||
|
AMDGPUAsmBackend.cpp
|
||
|
AMDGPUMCTargetDesc.cpp
|
||
|
AMDGPUMCAsmInfo.cpp
|
||
|
R600MCCodeEmitter.cpp
|
||
|
SIMCCodeEmitter.cpp
|
||
|
)
|
||
|
|
||
|
add_dependencies(LLVMR600Desc AMDGPUCommonTableGen)
|