1add_llvm_component_library(LLVMSystemZDesc
2  SystemZInstPrinter.cpp
3  SystemZMCAsmBackend.cpp
4  SystemZMCAsmInfo.cpp
5  SystemZMCCodeEmitter.cpp
6  SystemZMCObjectWriter.cpp
7  SystemZMCTargetDesc.cpp
8
9  LINK_COMPONENTS
10  MC
11  Support
12  SystemZInfo
13
14  ADD_TO_COMPONENT
15  SystemZ
16  )
17