Home | History | Annotate | Download | only in MCTargetDesc
      1 
      2 add_llvm_library(LLVMR600Desc
      3   AMDGPUAsmBackend.cpp
      4   AMDGPUELFObjectWriter.cpp
      5   AMDGPUMCTargetDesc.cpp
      6   AMDGPUMCAsmInfo.cpp
      7   R600MCCodeEmitter.cpp
      8   SIMCCodeEmitter.cpp
      9   )
     10 
     11 add_dependencies(LLVMR600Desc AMDGPUCommonTableGen)
     12