[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithRemoteDebugging / CMakeLists.txt
blob2f8db1976107dc0395565bf44a420f27431b85cd
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IRReader
5   JITLink
6   OrcJIT
7   OrcShared
8   OrcTargetProcess
9   Support
10   nativecodegen
11   )
13 if (LLVM_INCLUDE_UTILS)
14   add_llvm_example(LLJITWithRemoteDebugging
15     LLJITWithRemoteDebugging.cpp
16     RemoteJITUtils.cpp
18     DEPENDS
19       llvm-jitlink-executor
20   )
21 endif()