11 lines
208 B
CMake
11 lines
208 B
CMake
|
add_llvm_library(LLVMPowerPCDesc
|
||
|
PPCAsmBackend.cpp
|
||
|
PPCMCTargetDesc.cpp
|
||
|
PPCMCAsmInfo.cpp
|
||
|
PPCMCCodeEmitter.cpp
|
||
|
PPCMCExpr.cpp
|
||
|
PPCPredicates.cpp
|
||
|
PPCMachObjectWriter.cpp
|
||
|
PPCELFObjectWriter.cpp
|
||
|
)
|