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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithObjectCache
/
CMakeLists.txt
blob
a4eaaadf01521796eb3648d74f12ab29fabd38bd
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IRReader
5
OrcJIT
6
Support
7
nativecodegen
8
)
9
10
add_llvm_example(LLJITWithObjectCache
11
LLJITWithObjectCache.cpp
12
)
13
14
export_executable_symbols(LLJITWithObjectCache)