Home | History | Annotate | Download | only in MCTargetDesc
      1 add_llvm_library(LLVMPowerPCDesc
      2   PPCAsmBackend.cpp
      3   PPCMCTargetDesc.cpp
      4   PPCMCAsmInfo.cpp
      5   PPCMCCodeEmitter.cpp
      6   PPCPredicates.cpp
      7   PPCELFObjectWriter.cpp
      8   )
      9 
     10 add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)
     11