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