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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
OrcV2CBindingsBasicUsage
/
CMakeLists.txt
blob
3e0ac3971dc45a95857947453e79729972b9933d
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IRReader
5
JITLink
6
MC
7
OrcJIT
8
Support
9
Target
10
nativecodegen
11
)
12
13
add_llvm_example(OrcV2CBindingsBasicUsage
14
OrcV2CBindingsBasicUsage.c
15
)
16
17
export_executable_symbols(OrcV2CBindingsBasicUsage)