[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / examples / OrcV2Examples / LLJITWithRemoteDebugging / CMakeLists.txt
blob576603c47f593eac36de8a01556ed057583cca40
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   IRReader
5   JITLink
6   OrcJIT
7   OrcShared
8   OrcTargetProcess
9   Support
10   TargetParser
11   nativecodegen
12   )
14 if (LLVM_INCLUDE_UTILS)
15   add_llvm_example(LLJITWithRemoteDebugging
16     LLJITWithRemoteDebugging.cpp
17     RemoteJITUtils.cpp
19     DEPENDS
20       llvm-jitlink-executor
21   )
23   export_executable_symbols(LLJITWithRemoteDebugging)
24 endif()