1 2 3 4 5 6 7 8 9 10
add_llvm_library(LLVMPowerPCDesc PPCAsmBackend.cpp PPCMCTargetDesc.cpp PPCMCAsmInfo.cpp PPCMCCodeEmitter.cpp PPCPredicates.cpp ) add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen) target_link_libraries(LLVMPowerPCDesc LLVMPowerPCAsmPrinter)