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
[MLIR][NVVM] Add tcgen05 alloc/dealloc Ops (#125674)
[llvm-project.git]
/
llvm
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
Chapter2
/
CMakeLists.txt
blob
9fd9e8860b2f9a70886cc33251a3e055fecd35b1
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-Ch2
15
toy.cpp
16
)