brintos

brintos / llvm-project-archived public Read only

0
0
Text · 261 B · ca95f71 Raw
11 lines · plain
1; It's a bad idea to go recursively traipsing through types without a safety 2; net.3 4; RUN: llvm-as < %s > %t.out1.bc5; RUN: echo "%M = type { ptr, ptr }" | llvm-as > %t.out2.bc6; RUN: llvm-link %t.out1.bc %t.out2.bc7 8%T1 = type opaque9%M = type { ptr, ptr }10 11