aboutsummaryrefslogtreecommitdiff
path: root/test/tools/llvm-dwarfdump/X86/debug_addr_too_small_for_section.s
blob: facffee69fb6b2f44b38e94db54eddbda230a6cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# RUN: llvm-mc %s -filetype obj -triple i386-pc-linux -o - | \
# RUN: llvm-dwarfdump -debug-addr - 2> %t.err | FileCheck %s
# RUN: FileCheck %s -input-file %t.err -check-prefix=ERR

# CHECK: .debug_addr contents:
# CHECK-NOT: {{.}}
# ERR: section is not large enough to contain a .debug_addr table of length 0x10 at offset 0x0
# ERR-NOT: {{.}}

# too small section to contain section of given length
  .section  .debug_addr,"",@progbits
.Ldebug_addr0:
  .long 12 # unit_length
  .short 5 # version
  .byte 4  # address_size
  .byte 0  # segment_selector_size