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
[RISCV] Match vcompress during shuffle lowering (#117748)
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithRemoteDebugging
/
CMakeLists.txt
blob
6052622ba0d6eeb976232a984745195440cc1051
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IRReader
5
JITLink
6
OrcDebugging
7
OrcJIT
8
OrcShared
9
OrcTargetProcess
10
Support
11
TargetParser
12
nativecodegen
13
)
14
15
if (LLVM_INCLUDE_UTILS)
16
add_llvm_example(LLJITWithRemoteDebugging
17
LLJITWithRemoteDebugging.cpp
18
RemoteJITUtils.cpp
19
20
DEPENDS
21
llvm-jitlink-executor
22
)
23
endif()