repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
ExecutionEngine
/
OrcLazy
/
private_linkage.ll
blob
11813dd97760094d341d457a91a7f20596475c29
1
; RUN: lli -jit-kind=orc-lazy %s
2
3
define private void @_ZL3foov() {
4
entry:
5
ret void
6
}
7
8
define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
9
entry:
10
tail call void @_ZL3foov()
11
ret i32 0
12
}