1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

New linker problem from twolf benchmark

llvm-svn: 6224
This commit is contained in:
Chris Lattner 2003-05-15 16:01:32 +00:00
parent 7d83be2524
commit c342ec4491

View File

@ -0,0 +1,10 @@
; This one fails because the LLVM runtime is allowing two null pointers of
; the same type to be created!
; RUN: echo "%S = type { %T*} %T = type opaque" | as > Output/%s.2.bc
; RUN: as < %s > Output/%s.1.bc
; RUN: link Output/%s.[12].bc
%S = type { %T* }
%T = type int