diff options
Diffstat (limited to 'llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s')
| -rw-r--r-- | llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s b/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s index e6a36fc8e85..cc1d85e9691 100644 --- a/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s +++ b/llvm/test/MC/ARM/dwarf-asm-multiple-sections-dwarf-2.s @@ -1,5 +1,5 @@ // RUN: llvm-mc < %s -triple=armv7-linux-gnueabi -filetype=obj -o %t -g -fdebug-compilation-dir=/tmp -dwarf-version 2 2>&1 | FileCheck -check-prefix MESSAGES %s -// RUN: llvm-dwarfdump -v %t | FileCheck -check-prefix DWARF %s +// RUN: llvm-dwarfdump -a %t | FileCheck -check-prefix DWARF %s // RUN: llvm-objdump -r %t | FileCheck -check-prefix RELOC %s .section .text, "ax" @@ -24,13 +24,13 @@ b: // DWARF: DW_AT_language DW_FORM_data2 // DWARF: .debug_info contents: -// DWARF: 0x{{[0-9a-f]+}}: DW_TAG_compile_unit [1] +// DWARF: DW_TAG_compile_unit // DWARF-NOT: DW_TAG_ -// DWARF: DW_AT_low_pc [DW_FORM_addr] (0x0000000000000000) -// DWARF: DW_AT_high_pc [DW_FORM_addr] (0x0000000000000004) +// DWARF: DW_AT_low_pc {{.*}}(0x0000000000000000) +// DWARF: DW_AT_high_pc {{.*}}(0x0000000000000004) -// DWARF: 0x{{[0-9a-f]+}}: DW_TAG_label [2] * -// DWARF-NEXT: DW_AT_name [DW_FORM_string] ("a") +// DWARF: DW_TAG_label +// DWARF-NEXT: DW_AT_name {{.*}}("a") // DWARF: .debug_aranges contents: |

