blob: febf438bb7dc8c032ac064dda1944f2a54bc3b20 (
plain)
1
2
3
4
5
6
7
8
9
|
add_llvm_library(LLVMPowerPCDesc
PPCAsmBackend.cpp
PPCMCTargetDesc.cpp
PPCMCAsmInfo.cpp
PPCMCCodeEmitter.cpp
PPCPredicates.cpp
)
add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)
|