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
[OptTable] Fix typo VALUE => VALUES (NFCI) (#121523)
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
LLJITDumpObjects
/
CMakeLists.txt
blob
3d83ee6864d3335968b27c5cd0362ee124363a6f
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IRReader
5
JITLink
6
OrcJIT
7
Support
8
nativecodegen
9
)
10
11
add_llvm_example(LLJITDumpObjects
12
LLJITDumpObjects.cpp
13
)