aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/Linker/2002-08-20-ConstantExpr.ll
blob: 1272bd1cbab776952114b9682b97266d9e64c090 (plain)
1
2
3
4
5
6
7
8
9
; This fails linking when it is linked with an empty file as the first object file

; RUN: llvm-as > %t.LinkTest.bc < /dev/null
; RUN: llvm-as < %s > %t.bc
; RUN: llvm-link %t.LinkTest.bc %t.bc

@work = global i32 4		; <ptr> [#uses=1]
@test = global ptr getelementptr (i32, ptr @work, i64 1)		; <ptr> [#uses=0]