1 # RUN: llvm-mc %s -filetype obj -triple i386-pc-linux -o - | \
2 # RUN: llvm-dwarfdump -debug-addr - 2> %t.err | FileCheck %s
3 # RUN: FileCheck %s -input-file %t.err -check-prefix=ERR
5 # CHECK: .debug_addr contents:
7 # ERR: section is not large enough to contain a .debug_addr table of length 0x10 at offset 0x0
10 # too small section to contain section of given length
11 .section .debug_addr,"",@progbits
13 .long 12 # unit_length
15 .byte 4 # address_size
16 .byte 0 # segment_selector_size