You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
204 B
8 lines
204 B
7 months ago
|
; RUN: opt < %s -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 %A* @g1
|