From 3b39845adfcfff861198db9f8ef0267bcee44f0a Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Fri, 23 May 2014 21:07:01 +0000 Subject: [PATCH] DebugInfo: Generalize a test case to not depend on abbreviation numbering. It's an unnecessary detail for this test and just gets in the way when making unrelated changes to the output in this test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209553 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/block-capture.ll | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/test/DebugInfo/X86/block-capture.ll b/test/DebugInfo/X86/block-capture.ll index 0ff91de4cce..31b4fa937d8 100644 --- a/test/DebugInfo/X86/block-capture.ll +++ b/test/DebugInfo/X86/block-capture.ll @@ -4,15 +4,15 @@ ; RUN: llvm-dwarfdump -debug-dump=info %t | FileCheck %s -check-prefix=DWARF3 ; Checks that we emit debug info for the block variable declare. -; CHECK: DW_TAG_subprogram [3] -; CHECK: DW_TAG_variable [5] -; CHECK: DW_AT_name [DW_FORM_strp] ( .debug_str[{{.*}}] = "block") -; CHECK: DW_AT_location [DW_FORM_sec_offset] ({{.*}}) +; CHECK: DW_TAG_subprogram +; CHECK: DW_TAG_variable +; CHECK: DW_AT_name {{.*}} "block" +; CHECK: DW_AT_location [DW_FORM_sec_offset] -; DWARF3: DW_TAG_subprogram [3] -; DWARF3: DW_TAG_variable [5] -; DWARF3: DW_AT_name [DW_FORM_strp] ( .debug_str[{{.*}}] = "block") -; DWARF3: DW_AT_location [DW_FORM_data4] ({{.*}}) +; DWARF3: DW_TAG_subprogram +; DWARF3: DW_TAG_variable +; DWARF3: DW_AT_name {{.*}} "block" +; DWARF3: DW_AT_location [DW_FORM_data4] %struct.__block_descriptor = type { i64, i64 } %struct.__block_literal_generic = type { i8*, i32, i32, i8*, %struct.__block_descriptor* }