repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs.
[llvm/zpu.git]
/
examples
/
Kaleidoscope
/
Chapter5
/
CMakeLists.txt
blob
2d75ad35923fa50f7063ee75161f5cb4ec5a4a67
1
set(LLVM_LINK_COMPONENTS core jit interpreter native)
2
3
add_llvm_example(Kaleidoscope-Ch5
4
toy.cpp
5
)