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
[lit] Improve lit.Run class
[llvm-complete.git]
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
Chapter1
/
CMakeLists.txt
blob
72c9668f7d3af018e994f374041fd28892e4bbff
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
Core
4
ExecutionEngine
5
InstCombine
6
Object
7
OrcJIT
8
RuntimeDyld
9
ScalarOpts
10
Support
11
native
12
)
13
14
add_kaleidoscope_chapter(BuildingAJIT-Ch1
15
toy.cpp
16
)
17
18
export_executable_symbols(BuildingAJIT-Ch1)