23 lines · plain
1add_llvm_component_library(LLVMSystemZDesc2 SystemZELFObjectWriter.cpp3 SystemZGNUInstPrinter.cpp4 SystemZGOFFObjectWriter.cpp5 SystemZHLASMAsmStreamer.cpp6 SystemZHLASMInstPrinter.cpp7 SystemZInstPrinterCommon.cpp8 SystemZMCAsmBackend.cpp9 SystemZMCAsmInfo.cpp10 SystemZMCCodeEmitter.cpp11 SystemZMCTargetDesc.cpp12 SystemZTargetStreamer.cpp13 14 LINK_COMPONENTS15 CodeGenTypes16 MC17 Support18 SystemZInfo19 20 ADD_TO_COMPONENT21 SystemZ22 )23