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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
OrcV2CBindingsIRTransforms
/
CMakeLists.txt
blob
c90534c87954c207d6edc8ad7e79b320309ec379
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IRReader
5
JITLink
6
MC
7
OrcJIT
8
Passes
9
Support
10
Target
11
nativecodegen
12
)
13
14
add_llvm_example(OrcV2CBindingsIRTransforms
15
OrcV2CBindingsIRTransforms.c
16
)
17
18
export_executable_symbols(OrcV2CBindingsIRTransforms)