brintos

brintos / llvm-project-archived public Read only

0
0
Text · 211 B · 63f8fda Raw
8 lines · plain
1; RUN: opt < %s -passes=strip -S | llvm-as | llvm-dis2; RUN: verify-uselistorder %s3 4; Stripping the name from A should not break references to it.5%A = type opaque6@g1 = external global %A7@g2 = global ptr @g18