17 lines
280 B
CMake
17 lines
280 B
CMake
add_llvm_component_library(LLVMSystemZDesc
|
|
SystemZInstPrinter.cpp
|
|
SystemZMCAsmBackend.cpp
|
|
SystemZMCAsmInfo.cpp
|
|
SystemZMCCodeEmitter.cpp
|
|
SystemZMCObjectWriter.cpp
|
|
SystemZMCTargetDesc.cpp
|
|
|
|
LINK_COMPONENTS
|
|
MC
|
|
Support
|
|
SystemZInfo
|
|
|
|
ADD_TO_COMPONENT
|
|
SystemZ
|
|
)
|