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 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