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
Make test more lenient for custom clang version strings
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithLazyReexports
/
CMakeLists.txt
blob
cdff74b10ad036083bdfbb1321a552dd6d5e40a8
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IRReader
5
OrcJIT
6
Support
7
nativecodegen
8
)
9
10
add_llvm_example(LLJITWithLazyReexports
11
LLJITWithLazyReexports.cpp
12
)