[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / lib / ExecutionEngine / MCJIT / CMakeLists.txt
blobf7a4610e0500f384b9ceff2bab7e2a399b0f8cd2
1 add_llvm_component_library(LLVMMCJIT
2   MCJIT.cpp
4   DEPENDS
5   intrinsics_gen
7   LINK_COMPONENTS
8   Core
9   ExecutionEngine
10   Object
11   RuntimeDyld
12   Support
13   Target
14   )