diff options
Diffstat (limited to 'test/MC/MachO/gen-dwarf.s')
-rw-r--r-- | test/MC/MachO/gen-dwarf.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/MC/MachO/gen-dwarf.s b/test/MC/MachO/gen-dwarf.s index 4fbc32d295b7..d763dd120ab2 100644 --- a/test/MC/MachO/gen-dwarf.s +++ b/test/MC/MachO/gen-dwarf.s @@ -1,5 +1,5 @@ // RUN: llvm-mc -g -triple i386-apple-darwin10 %s -filetype=obj -o %t -// RUN: llvm-dwarfdump %t | FileCheck %s +// RUN: llvm-dwarfdump -debug-dump=all %t | FileCheck %s .globl _bar _bar: @@ -86,7 +86,7 @@ _x: .long 1 // CHECK: .debug_aranges contents: // CHECK: Address Range Header: length = 0x0000001c, version = 0x0002, cu_offset = 0x00000000, addr_size = 0x04, seg_size = 0x00 -// CHECK: .debug_lines contents: +// CHECK: .debug_line contents: // CHECK: Line table prologue: // We don't check the total_length as it includes lengths of temp paths // CHECK: version: 2 |