22 lines
354 B
CMake
22 lines
354 B
CMake
|
add_llvm_component_library(LLVMPowerPCDesc
|
||
|
PPCAsmBackend.cpp
|
||
|
PPCInstPrinter.cpp
|
||
|
PPCMCTargetDesc.cpp
|
||
|
PPCMCAsmInfo.cpp
|
||
|
PPCMCCodeEmitter.cpp
|
||
|
PPCMCExpr.cpp
|
||
|
PPCPredicates.cpp
|
||
|
PPCELFObjectWriter.cpp
|
||
|
PPCXCOFFObjectWriter.cpp
|
||
|
PPCELFStreamer.cpp
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
MC
|
||
|
PowerPCInfo
|
||
|
Support
|
||
|
BinaryFormat
|
||
|
|
||
|
ADD_TO_COMPONENT
|
||
|
PowerPC
|
||
|
)
|