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
/
Chapter7
/
CMakeLists.txt
blob
03220358ab715cbed13650630f53fbcb3dd2e5e1
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
Core
4
ExecutionEngine
5
InstCombine
6
Object
7
OrcJIT
8
RuntimeDyld
9
ScalarOpts
10
Support
11
TransformUtils
12
native
13
)
14
15
add_kaleidoscope_chapter(Kaleidoscope-Ch7
16
toy.cpp
17
)
18
19
export_executable_symbols(Kaleidoscope-Ch7)