2002-07-24 02:26:48 +08:00
|
|
|
; This fails linking when it is linked with an empty file as the first object file
|
|
|
|
|
2003-09-16 04:04:28 +08:00
|
|
|
; RUN: llvm-as > %t1.bc < /dev/null
|
2008-03-09 16:16:40 +08:00
|
|
|
; RUN: llvm-as < %s > %t2.bc
|
2007-04-16 02:11:57 +08:00
|
|
|
; RUN: llvm-link %t1.bc %t2.bc
|
2002-07-24 02:26:48 +08:00
|
|
|
|
2008-03-09 16:16:40 +08:00
|
|
|
@work = global i32 (i32, i32)* @zip ; <i32 (i32, i32)**> [#uses=0]
|
|
|
|
|
|
|
|
declare i32 @zip(i32, i32)
|
2002-07-24 02:26:48 +08:00
|
|
|
|