bolt/deps/llvm-18.1.8/llvm/test/Linker/2002-08-20-ConstantExpr.ll

10 lines
312 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; 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]