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
Recommit r310809 with a fix for the spill problem
[llvm-core.git]
/
examples
/
Kaleidoscope
/
Chapter9
/
CMakeLists.txt
blob
a85b2c5e8b318de8c01083422893ec5cefb0382d
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
Object
5
Support
6
native
7
)
8
9
add_kaleidoscope_chapter(Kaleidoscope-Ch9
10
toy.cpp
11
)
12
13
export_executable_symbols(Kaleidoscope-Ch9)