repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[RISCV] Regenerate autogen test to remove spurious diff
[llvm-project.git]
/
llvm
/
examples
/
Kaleidoscope
/
Chapter9
/
CMakeLists.txt
blob
a5d1a45108872fdcc60a656359e21c9b9bbca36c
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
Object
5
OrcJIT
6
Support
7
TargetParser
8
native
9
)
10
11
add_kaleidoscope_chapter(Kaleidoscope-Ch9
12
toy.cpp
13
)
14
15
export_executable_symbols(Kaleidoscope-Ch9)