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
Revert "[InstCombine] Support gep nuw in icmp folds" (#118698)
[llvm-project.git]
/
llvm
/
examples
/
SpeculativeJIT
/
CMakeLists.txt
blob
2a6ad12fa5da54c55a1c289d14676e620c850fec
1
set(LLVM_LINK_COMPONENTS
2
Core
3
IRReader
4
OrcJIT
5
OrcTargetProcess
6
ExecutionEngine
7
Support
8
nativecodegen
9
Analysis
10
Passes
11
)
12
13
add_llvm_example(SpeculativeJIT
14
SpeculativeJIT.cpp
15
)