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
Land the long talked about "type system rewrite" patch. This
[llvm/stm8.git]
/
examples
/
Kaleidoscope
/
Chapter7
/
CMakeLists.txt
blob
da3839843bd008f7ac521dec6889c69d0680b756
1
set(LLVM_LINK_COMPONENTS core jit interpreter native)
2
set(LLVM_REQUIRES_RTTI 1)
3
4
add_llvm_example(Kaleidoscope-Ch7
5
toy.cpp
6
)