xref: /llvm-project/llvm/test/tools/llvm-dwarfdump/X86/debug_addr_too_small_for_section.s (revision 208a11ab3a7be7c3e5d3fae9dd4affdb01a0ed1f)
1# RUN: llvm-mc %s -filetype obj -triple i386-pc-linux -o - | \
2# RUN: not llvm-dwarfdump -debug-addr - 2> %t.err | FileCheck %s
3# RUN: FileCheck %s -input-file %t.err -check-prefix=ERR
4
5# CHECK: .debug_addr contents:
6# CHECK-NOT: {{.}}
7# ERR: section is not large enough to contain an address table at offset 0x0 with a unit_length value of 0xc
8# ERR-NOT: {{.}}
9
10# too small section to contain section of given length
11  .section  .debug_addr,"",@progbits
12.Ldebug_addr0:
13  .long 12 # unit_length
14  .short 5 # version
15  .byte 4  # address_size
16  .byte 0  # segment_selector_size
17