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
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
ExecutionEngine
/
OrcLazy
/
anonymous_globals.ll
blob
c4c09a0d5a25195c8c807958fce5f47cab703b69
1
; RUN: lli -jit-kind=orc-lazy %s
2
3
define private void @0() {
4
entry:
5
ret void
6
}
7
8
define private void @"\01L_foo"() {
9
entry:
10
ret void
11
}
12
13
define i32 @main(i32 %argc, i8** nocapture readnone %argv) {
14
entry:
15
call void @0()
16
tail call void @"\01L_foo"()
17
ret i32 0
18
}