1 # RUN: llvm-mc %s -filetype obj -triple x86_64-apple-darwin -o - \
2 # RUN: | not llvm-dwarfdump --verify --debug-info - \
4 # CHECK: error: unable to decode LEB128 at offset 0x00000005: malformed uleb128, extends past end
5 # CHECK: error: Compilation unit without DIE.
7 .section __DWARF,__debug_info,regular,debug
10 .long 0 # Abbrev offset
13 .long 7 # Unit lengthh...
17 .section __DWARF,__debug_abbrev,regular,debug
19 .byte 0x11 # TAG_compile_unit
23 # Intentionally missing EOM(3)