diff options
Diffstat (limited to 'llvm/test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s')
-rw-r--r-- | llvm/test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s b/llvm/test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s index a0f5ba577df..25ea30d737c 100644 --- a/llvm/test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s +++ b/llvm/test/DebugInfo/X86/dwarfdump-ranges-baseaddr.s @@ -1,6 +1,5 @@ # RUN: llvm-mc -triple x86_64-pc-linux -filetype=obj %s -o %t # RUN: llvm-dwarfdump -v %t 2>%t.err | FileCheck %s -# RUN: llvm-dwarfdump --debug-ranges %t | FileCheck --check-prefix=TERSE %s # RUN: FileCheck %s <%t.err -check-prefix=ERR # CHECK: .debug_info contents: @@ -11,24 +10,6 @@ # CHECK-NEXT: [0x0000000000000003, 0x0000000000000006) ".text" # CHECK-NEXT: [0x0000000000000001, 0x0000000000000002) ".text.foo1") -# CHECK: .debug_ranges contents: -# CHECK-NEXT: 0x00000000: 0x0000000000000000, 0x0000000000000001 => -# CHECK-SAME: [0x0000000000000000, 0x0000000000000001) -# CHECK-NEXT: 0x00000010: 0x0000000000000003, 0x0000000000000006 => -# CHECK-SAME: [0x0000000000000003, 0x0000000000000006) -# CHECK-NEXT: 0x00000020: 0xffffffffffffffff, 0x0000000000000000 -# CHECK-NEXT: 0x00000030: 0x0000000000000001, 0x0000000000000002 => -# CHECK-SAME: [0x0000000000000001, 0x0000000000000002) -# CHECK-NEXT: 0x00000040: 0x0000000000000000, 0x0000000000000000 - -# TERSE: .debug_ranges contents: -# TERSE-NEXT: [0x0000000000000000, 0x0000000000000001) -# TERSE-NEXT: [0x0000000000000003, 0x0000000000000006) -# TERSE-NEXT: [0x0000000000000001, 0x0000000000000002) -# TERSE-NEXT: <End of list> - - - .text .globl foo .type foo,@function |