9 lines · plain
1; RUN: llvm-as < %s > %t.out1.bc2; RUN: echo "%M = type { i32, ptr } " | llvm-as > %t.out2.bc3; RUN: llvm-link %t.out1.bc %t.out2.bc4 5%M = type { i32, ptr }6%N = type opaque7 8;%X = global { int, ptr } { int 5, ptr null }9 1; RUN: llvm-as < %s > %t.out1.bc2; RUN: echo "%M = type { i32, ptr } " | llvm-as > %t.out2.bc3; RUN: llvm-link %t.out1.bc %t.out2.bc4 5%M = type { i32, ptr }6%N = type opaque7 8;%X = global { int, ptr } { int 5, ptr null }9