projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update testing cases to pass debug info verifier.
[oota-llvm.git]
/
test
/
Linker
/
Inputs
/
basiclink.b.ll
1
declare i32* @foo(...)
2
define i32* @bar() {
3
%ret = call i32* (...)* @foo( i32 123 )
4
ret i32* %ret
5
}
6
@baz = global i32 0