repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Fix for MVE load/store stack accesses
[llvm-core.git]
/
examples
/
SpeculativeJIT
/
CMakeLists.txt
blob
f9d605720670084775965aceca42678a321e6e3f
1
set(LLVM_LINK_COMPONENTS
2
Core
3
IRReader
4
OrcJIT
5
ExecutionEngine
6
Support
7
nativecodegen
8
Analysis
9
Passes
10
)
11
12
add_llvm_example(SpeculativeJIT
13
SpeculativeJIT.cpp
14
)