[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Bitcode / metadata-strings.ll
blob9c48db5b9839dee0ac429c71a38207a173089ac1
1 ; RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s
3 !named = !{!0}
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"}