brintos

brintos / llvm-project-archived public Read only

0
0
Text · 272 B · c1a3f18 Raw
11 lines · plain
1; This one fails because the LLVM runtime is allowing two null pointers of2; the same type to be created!3 4; RUN: echo "%M = type { ptr} %N = type opaque" | llvm-as > %t.2.bc5; RUN: llvm-as < %s > %t.1.bc6; RUN: llvm-link %t.1.bc %t.2.bc7 8%M = type { ptr }9%N = type i3210 11