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
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
examples
/
Kaleidoscope
/
Chapter4
/
CMakeLists.txt
blob
0d1ac533f02d49a19758fadc0687da4630d8cabf
1
set(LLVM_LINK_COMPONENTS core jit interpreter native)
2
3
add_llvm_example(Kaleidoscope-Ch4
4
toy.cpp
5
)