From f1a13f5ad5b54634989ae7d067f5364b56a5a8d4 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 11 Mar 2015 00:51:37 +0000 Subject: Print section start labels when first switching to the section. This is less brittle and avoids polluting the start of the file with every debug section. llvm-svn: 231898 --- llvm/test/DebugInfo/array.ll | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/test/DebugInfo/array.ll') diff --git a/llvm/test/DebugInfo/array.ll b/llvm/test/DebugInfo/array.ll index 634a17d0925..119ffd301ff 100644 --- a/llvm/test/DebugInfo/array.ll +++ b/llvm/test/DebugInfo/array.ll @@ -25,6 +25,7 @@ declare void @llvm.dbg.declare(metadata, metadata, metadata) nounwind readnone !7 = distinct !MDLexicalBlock(line: 3, column: 12, file: !14, scope: !0) !8 = !MDCompositeType(tag: DW_TAG_array_type, align: 32, file: !14, scope: !2, baseType: !5, elements: !9) !9 = !{!10} +;CHECK: section_info: ;CHECK: DW_TAG_subrange_type ;CHECK-NEXT: DW_AT_type ;CHECK-NOT: DW_AT_lower_bound -- cgit v1.2.3