bolt/deps/llvm-18.1.8/llvm/test/Assembler/2009-02-28-StripOpaqueName.ll

8 lines
211 B
LLVM
Raw Normal View History

2025-02-14 19:21:04 +01:00
; RUN: opt < %s -passes=strip -S | llvm-as | llvm-dis
; RUN: verify-uselistorder %s
; Stripping the name from A should not break references to it.
%A = type opaque
@g1 = external global %A
@g2 = global ptr @g1