30 lines · yaml
1# RUN: yaml2obj %s -o %t.o2# RUN: not llvm-dwarfdump -verify %t.o | FileCheck %s3 4# CHECK: Verifying non-dwo Units...5# CHECK-NEXT: Verifying unit: 1 / 1 6# CHECK-NEXT: error: Invalid address range [0x0000000000000007, 0x0000000000000006)7 8--- !ELF9FileHeader:10 Class: ELFCLASS6411 Data: ELFDATA2LSB12 Type: ET_EXEC13DWARF:14 debug_abbrev:15 - Table:16 - Tag: DW_TAG_compile_unit17 Children: DW_CHILDREN_no18 Attributes:19 - Attribute: DW_AT_low_pc20 Form: DW_FORM_addr21 - Attribute: DW_AT_high_pc22 Form: DW_FORM_addr23 debug_info:24 - Version: 425 Entries:26 - AbbrCode: 127 Values:28 - Value: 0x0729 - Value: 0x0630