mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
9970b0fcaa
The output looks like that: DW_AT_ranges [FORM_data4] (0x00000000 [0x00000001000024a0 - 0x00000001000024c2) [0x0000000100002505 - 0x000000010000268b)) Differential Revision: http://reviews.llvm.org/D5712 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220466 91177308-0d34-0410-b5e6-96231b3b80d8
25 lines
878 B
Plaintext
25 lines
878 B
Plaintext
RUN: llvm-dwarfdump %p/Inputs/dwarfdump-test4.elf-x86-64 | FileCheck %s
|
|
|
|
CHECK: .debug_info contents:
|
|
CHECK: DW_TAG_compile_unit
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000000
|
|
CHECK-NEXT: [0x000000000000062c - 0x0000000000000637)
|
|
CHECK-NEXT: [0x0000000000000637 - 0x000000000000063d))
|
|
|
|
CHECK: DW_TAG_compile_unit
|
|
CHECK-NOT: TAG
|
|
CHECK: DW_AT_ranges [DW_FORM_data4] (0x00000030
|
|
CHECK-NEXT: [0x0000000000000640 - 0x000000000000064b)
|
|
CHECK-NEXT: [0x0000000000000637 - 0x000000000000063d))
|
|
|
|
|
|
CHECK: .debug_ranges contents:
|
|
CHECK-NEXT: 00000000 000000000000062c 0000000000000637
|
|
CHECK-NEXT: 00000000 0000000000000637 000000000000063d
|
|
CHECK-NEXT: 00000000 <End of list>
|
|
CHECK-NEXT: 00000030 0000000000000640 000000000000064b
|
|
CHECK-NEXT: 00000030 0000000000000637 000000000000063d
|
|
CHECK-NEXT: 00000030 <End of list>
|
|
|