[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / utils / TableGen / GlobalISel / CMakeLists.txt
blobc23ef6742f32ec23b1ffb26c33b62662fc0872f2
1 set(LLVM_LINK_COMPONENTS
2   Support
3   TableGen
4   )
6 add_llvm_library(LLVMTableGenGlobalISel STATIC DISABLE_LLVM_LINK_LLVM_DYLIB
7                  CodeExpander.cpp
8                  GIMatchDag.cpp
9                  GIMatchDagEdge.cpp
10                  GIMatchDagInstr.cpp
11                  GIMatchDagOperands.cpp
12                  GIMatchDagPredicate.cpp
13                  GIMatchDagPredicateDependencyEdge.cpp
14                  GIMatchTree.cpp
15                 )