mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 03:36:43 +00:00
New testcase. The linker should not consider it an error if two types
disagree. It should grumble, then go ahead and do it. llvm-svn: 9356
This commit is contained in:
parent
7983276afa
commit
ea51ab0909
@ -0,0 +1,7 @@
|
||||
; RUN: llvm-as < %s > %t.out1.bc
|
||||
; RUN: echo "%S = type [8 x int] external global %S " | llvm-as > %t.out2.bc
|
||||
; RUN: llvm-link %t.out[12].bc | llvm-dis | grep %S | grep '{'
|
||||
|
||||
%S = type { int }
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user