[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithObjectCache / CMakeLists.txt
blobc5f8fd6a97a7f5ba6c72e3897a8e8e67e63a7f1c
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IRReader
5   OrcJIT
6   Support
7   nativecodegen
8   )
10 add_llvm_example(LLJITWithObjectCache
11   LLJITWithObjectCache.cpp
12   )