11 lines
223 B
CMake
11 lines
223 B
CMake
add_llvm_library(LLVMPowerPCDesc
|
|
PPCAsmBackend.cpp
|
|
PPCMCTargetDesc.cpp
|
|
PPCMCAsmInfo.cpp
|
|
PPCMCCodeEmitter.cpp
|
|
PPCPredicates.cpp
|
|
PPCELFObjectWriter.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMPowerPCDesc PowerPCCommonTableGen)
|