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