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