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.
13 lines
265 B
13 lines
265 B
4 months ago
|
; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s
|
||
|
|
||
|
!named = !{!0}
|
||
|
|
||
|
; CHECK: <METADATA_BLOCK
|
||
|
; CHECK-NEXT: <STRINGS
|
||
|
; CHECK-SAME: /> num-strings = 3 {
|
||
|
; CHECK-NEXT: 'a'
|
||
|
; CHECK-NEXT: 'b'
|
||
|
; CHECK-NEXT: 'c'
|
||
|
; CHECK-NEXT: }
|
||
|
!0 = !{!"a", !"b", !"c"}
|