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
/
LLJITWithOptimizingIRTransform
/
CMakeLists.txt
blob
b40e30911c4a91e7e8bfbb52363f5c3634c6747b
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IPO
5
IRReader
6
OrcJIT
7
ScalarOpts
8
Support
9
nativecodegen
10
)
11
12
add_llvm_example(LLJITWithOptimizingIRTransform
13
LLJITWithOptimizingIRTransform.cpp
14
)
15
16
export_executable_symbols(LLJITWithOptimizingIRTransform)