projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[CompactUnwind] Fix register encoding logic
[oota-llvm.git]
/
examples
/
Kaleidoscope
/
Chapter4
/
CMakeLists.txt
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
Core
4
ExecutionEngine
5
InstCombine
6
MC
7
ScalarOpts
8
Support
9
nativecodegen
10
)
11
12
add_llvm_example(Kaleidoscope-Ch4
13
toy.cpp
14
)