repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Rename everything to follow LLVM style ... I think.
[llvm/stm8.git]
/
examples
/
HowToUseJIT
/
CMakeLists.txt
blob
428b53ffb9be92bddb4063881014d6e2de2eab61
1
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3
add_llvm_example(HowToUseJIT
4
HowToUseJIT.cpp
5
)