1set(LLVM_LINK_COMPONENTS
2  Core
3  ExecutionEngine
4  IRReader
5  JITLink
6  OrcJIT
7  OrcShared
8  OrcTargetProcess
9  Support
10  nativecodegen
11  )
12
13add_llvm_example(LLJITWithRemoteDebugging
14  LLJITWithRemoteDebugging.cpp
15  RemoteJITUtils.cpp
16
17  DEPENDS
18    llvm-jitlink-executor
19  )
20