[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / Target / SystemZ / AsmParser / CMakeLists.txt
blob20879feb3550cf9b4e4bf3bfedfa59b0bb4e476c
1 add_llvm_component_library(LLVMSystemZAsmParser
2   SystemZAsmParser.cpp
4   LINK_COMPONENTS
5   MC
6   MCParser
7   Support
8   SystemZDesc
9   SystemZInfo
11   ADD_TO_COMPONENT
12   SystemZ
13   )