repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithRemoteDebugging
/
CMakeLists.txt
blob
576603c47f593eac36de8a01556ed057583cca40
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
)
13
14
if (LLVM_INCLUDE_UTILS)
15
add_llvm_example(LLJITWithRemoteDebugging
16
LLJITWithRemoteDebugging.cpp
17
RemoteJITUtils.cpp
18
19
DEPENDS
20
llvm-jitlink-executor
21
)
22
23
export_executable_symbols(LLJITWithRemoteDebugging)
24
endif()