[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / SystemZ / MCTargetDesc / CMakeLists.txt
blobea6f5b7cb27d88dd1e752034323596a7cef82d71
1 add_llvm_component_library(LLVMSystemZDesc
2   SystemZInstPrinter.cpp
3   SystemZMCAsmBackend.cpp
4   SystemZMCAsmInfo.cpp
5   SystemZMCCodeEmitter.cpp
6   SystemZMCObjectWriter.cpp
7   SystemZMCTargetDesc.cpp
9   LINK_COMPONENTS
10   MC
11   Support
12   SystemZInfo
14   ADD_TO_COMPONENT
15   SystemZ
16   )