repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
I cast, therefore I think I know what I'm doing.
[llvm/msp430.git]
/
test
/
Linker
/
2003-10-21-ConflictingTypesTolerance.ll
blob
4f98a2003253db6e8f61c7c7eb47bd45cc69531d
1
; RUN: llvm-as < %s > %t.out1.bc
2
; RUN: echo { %S = type \[8 x i32\] external global %S } | llvm-as > %t.out2.bc
3
; RUN: llvm-link %t.out1.bc %t.out2.bc | llvm-dis | grep %S | grep \\{
4
%S = type { i32 }
5
6