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
[ThinLTO] Add code comment. NFC
[llvm-complete.git]
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
Chapter5
/
Server
/
CMakeLists.txt
blob
ef0240c0ca771138d8e4671cbc362fbe97df02b1
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
Core
4
ExecutionEngine
5
InstCombine
6
Object
7
OrcJIT
8
RuntimeDyld
9
ScalarOpts
10
Support
11
TransformUtils
12
native
13
)
14
15
add_kaleidoscope_chapter(BuildingAJIT-Ch5-Server
16
server.cpp
17
)
18
19
export_executable_symbols(BuildingAJIT-Ch5-Server)