repo.or.cz
/
llvm
/
zpu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed some bugs in register stack pass.
[llvm/zpu.git]
/
test
/
CodeGen
/
X86
/
extern_weak.ll
blob
01e32aae08ca4a3ccf4f710c7a4a57f69b83f19d
1
; RUN: llc < %s -mtriple=i686-apple-darwin | grep weak_reference | count 2
2
3
@Y = global i32 (i8*)* @X ; <i32 (i8*)**> [#uses=0]
4
5
declare extern_weak i32 @X(i8*)
6
7
define void @bar() {
8
tail call void (...)* @foo( )
9
ret void
10
}
11
12
declare extern_weak void @foo(...)
13