repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-complete.git]
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
Chapter5
/
CMakeLists.txt
blob
d5b832b495504f785a481a0fcbf1686488c57a5f
1
add_subdirectory(Server)
2
3
set(LLVM_LINK_COMPONENTS
4
Analysis
5
Core
6
ExecutionEngine
7
InstCombine
8
Object
9
OrcJIT
10
RuntimeDyld
11
ScalarOpts
12
Support
13
TransformUtils
14
native
15
)
16
17
add_kaleidoscope_chapter(BuildingAJIT-Ch5
18
toy.cpp
19
)
20
21
export_executable_symbols(BuildingAJIT-Ch5)