projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix up Exception demo from recent opaque pointer type changes to GEP
[oota-llvm.git]
/
examples
/
Kaleidoscope
/
Chapter8
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
MCJIT
5
RuntimeDyld
6
Support
7
native
8
)
9
10
set(LLVM_REQUIRES_RTTI 1)
11
12
set(LLVM_BUILD_EXAMPLES OFF)
13
14
add_kaleidoscope_chapter(Kaleidoscope-Ch8
15
toy.cpp
16
)