Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / Linker / 2003-08-28-TypeResolvesGlobal.ll
blobe926fae5a0e0bef162892faa23c9146ac83823c4
1 ; RUN: llvm-as < %s > %t.out1.bc
2 ; RUN: echo "%M = type { i32} " | llvm-as > %t.out2.bc
3 ; RUN: llvm-link %t.out2.bc %t.out1.bc
5 %M = type opaque
7 define void @foo(ptr %V) {
8         ret void
11 declare void @foo.upgrd.1(ptr)