blob: 4de8df4043678b1f804c9de9c8ddd497897d3ae2 [file] [log] [blame]
# RUN: llvm-mc %s -filetype obj -triple i386-pc-linux -o - | \
# RUN: not 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 an address table at offset 0x0 with a unit_length value of 0xc
# 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