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] Add and adjust saturation tests for upcoming qadd changes. NFC
[llvm-core.git]
/
test
/
Linker
/
2004-02-17-WeakStrongLinkage.ll
blob
224463949d3569a1d267dbb211e8fce8df16351d
1
; RUN: llvm-as < %s > %t.out2.bc
2
; RUN: echo "@me = global i32* null" | llvm-as > %t.out1.bc
3
; RUN: llvm-link %t.out1.bc %t.out2.bc -o /dev/null
4
5
@me = weak global i32* null ; <i32**> [#uses=0]
6
7