From df7022825c0e803efce34f11a3670b469c2901e0 Mon Sep 17 00:00:00 2001 From: Taewook Oh Date: Wed, 14 Aug 2019 17:58:45 +0000 Subject: [DebugInfo] Consider debug label scope has an extra lexical block file Summary: There are places where a case that debug label scope has an extra lexical block file is not considered properly. The modified test won't pass without this patch. Reviewers: aprantl, HsiangKai Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D66187 llvm-svn: 368891 --- llvm/test/DebugInfo/Generic/debug-label.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/test/DebugInfo/Generic') diff --git a/llvm/test/DebugInfo/Generic/debug-label.ll b/llvm/test/DebugInfo/Generic/debug-label.ll index 57a0e952dea..9139c98028d 100644 --- a/llvm/test/DebugInfo/Generic/debug-label.ll +++ b/llvm/test/DebugInfo/Generic/debug-label.ll @@ -70,6 +70,7 @@ declare void @llvm.dbg.label(metadata) !9 = !DIBasicType(name: "int", size: 32, encoding: DW_ATE_signed) !10 = !DILabel(scope: !6, name: "top", file: !1, line: 4) !11 = !DILocation(line: 4, column: 1, scope: !6) -!12 = !DILabel(scope: !6, name: "done", file: !1, line: 7) +!12 = !DILabel(scope: !15, name: "done", file: !1, line: 7) !13 = !DILocation(line: 7, column: 1, scope: !6) !14 = !DILocation(line: 8, column: 3, scope: !6) +!15 = !DILexicalBlockFile(discriminator: 2, file: !1, scope: !6) -- cgit v1.2.3