summaryrefslogtreecommitdiffstats
path: root/test/Linker/2003-10-21-ConflictingTypesTolerance.ll
blob: 7cdf7ad0dada3766e848f4e218b9701c4f74311b (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s > %t.out1.bc
; RUN: echo { %M = type \[8 x i32\] external global %M } | llvm-as > %t.out2.bc
; RUN: llvm-link %t.out1.bc %t.out2.bc -S | grep %M | grep \\{
%M = type { i32 }


OpenPOWER on IntegriCloud