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] MVE sext and widen/narrow tests from larger types. NFC
[llvm-core.git]
/
examples
/
Kaleidoscope
/
Chapter8
/
CMakeLists.txt
blob
1bb1cd25af72d836db0f8670d13fcda00b059af1
1
set(LLVM_LINK_COMPONENTS
2
all
3
)
4
5
add_kaleidoscope_chapter(Kaleidoscope-Ch8
6
toy.cpp
7
)
8
9
export_executable_symbols(Kaleidoscope-Ch8)