Support for microMIPS trap instructions 1.
[oota-llvm.git] / lib / Target / SystemZ / MCTargetDesc / CMakeLists.txt
1 add_llvm_library(LLVMSystemZDesc
2   SystemZMCAsmBackend.cpp
3   SystemZMCAsmInfo.cpp
4   SystemZMCCodeEmitter.cpp
5   SystemZMCObjectWriter.cpp
6   SystemZMCTargetDesc.cpp
7   )
8
9 add_dependencies(LLVMSystemZDesc SystemZCommonTableGen)