CMakeLists.txt revision 36b56886974eae4f9c5ebc96befd3e7bfe5de338
1add_llvm_library(LLVMSystemZDesc
2  SystemZMCAsmBackend.cpp
3  SystemZMCAsmInfo.cpp
4  SystemZMCCodeEmitter.cpp
5  SystemZMCObjectWriter.cpp
6  SystemZMCTargetDesc.cpp
7  )
8