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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
examples
/
Kaleidoscope
/
Chapter4
/
CMakeLists.txt
blob
5281941fec874c28f7aeeda2ed1d6a495091a64c
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
Core
4
ExecutionEngine
5
InstCombine
6
Object
7
OrcJIT
8
Passes
9
RuntimeDyld
10
ScalarOpts
11
Support
12
native
13
)
14
15
add_kaleidoscope_chapter(Kaleidoscope-Ch4
16
toy.cpp
17
)
18
19
export_executable_symbols(Kaleidoscope-Ch4)