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
/
Chapter9
/
CMakeLists.txt
blob
565a7ffd32eb908ca0728aeb91944b7466708911
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
Object
5
OrcJIT
6
Support
7
native
8
)
9
10
add_kaleidoscope_chapter(Kaleidoscope-Ch9
11
toy.cpp
12
)
13
14
export_executable_symbols(Kaleidoscope-Ch9)