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
[test] Pre-commit llvm.experimental.memset.pattern tests prior to MemoryLocation...
[llvm-project.git]
/
llvm
/
examples
/
Kaleidoscope
/
BuildingAJIT
/
Chapter4
/
CMakeLists.txt
blob
241192fa01c93aa6a126970928672d403de9636f
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-Ch4
16
toy.cpp
17
)