[Clang][CodeGen]`vtable`, `typeinfo` et al. are globals
[llvm-project.git] / llvm / test / Linker / 2002-08-20-ConstantExpr.ll
blob1272bd1cbab776952114b9682b97266d9e64c090
1 ; This fails linking when it is linked with an empty file as the first object file
3 ; RUN: llvm-as > %t.LinkTest.bc < /dev/null
4 ; RUN: llvm-as < %s > %t.bc
5 ; RUN: llvm-link %t.LinkTest.bc %t.bc
7 @work = global i32 4            ; <ptr> [#uses=1]
8 @test = global ptr getelementptr (i32, ptr @work, i64 1)                ; <ptr> [#uses=0]