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
/
LLJITWithInitializers
/
CMakeLists.txt
blob
ed466f4e40652271dc90b12cd1d7505f6b8d37fe
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IRReader
5
JITLink
6
OrcJIT
7
Support
8
nativecodegen
9
)
10
11
add_llvm_example(LLJITWithInitializers
12
LLJITWithInitializers.cpp
13
)
14
15
export_executable_symbols(LLJITWithInitializers)