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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithObjectLinkingLayerPlugin
/
CMakeLists.txt
blob
54814621a5a5f0fab3421dfb98053dfd67322795
1
set(LLVM_LINK_COMPONENTS
2
Core
3
IRReader
4
JITLink
5
OrcJIT
6
Support
7
nativecodegen
8
)
9
10
add_llvm_example(LLJITWithObjectLinkingLayerPlugin
11
LLJITWithObjectLinkingLayerPlugin.cpp
12
)