repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
Bitcode
/
metadata-strings.ll
blob
9c48db5b9839dee0ac429c71a38207a173089ac1
1
; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s
2
3
!named = !{!0}
4
5
; CHECK: <METADATA_BLOCK
6
; CHECK-NEXT: <STRINGS
7
; CHECK-SAME: /> num-strings = 3 {
8
; CHECK-NEXT: 'a'
9
; CHECK-NEXT: 'b'
10
; CHECK-NEXT: 'c'
11
; CHECK-NEXT: }
12
!0 = !{!"a", !"b", !"c"}