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
Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git]
/
llvm
/
examples
/
HowToUseLLJIT
/
CMakeLists.txt
blob
ca5e190c61338b1e99a0927848ec6d572583e66c
1
set(LLVM_LINK_COMPONENTS
2
Core
3
OrcJIT
4
Support
5
nativecodegen
6
)
7
8
add_llvm_example(HowToUseLLJIT
9
HowToUseLLJIT.cpp
10
11
EXPORT_SYMBOLS
12
)