[Alignment][NFC] Instructions::getLoadStoreAlignment
[llvm-complete.git] / test / tools / llvm-dwarfdump / X86 / debug_addr_small_length_field.s
blobcbecb98e6becfe6a3836e3a662f9d1b9d4b3a849
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:
6 # CHECK-NOT: {{.}}
7 # ERR: .debug_addr table at offset 0x0 has too small length (0x5) to contain a complete header
8 # ERR-NOT: {{.}}
10 # too small length value
11 .section .debug_addr,"",@progbits
12 .Ldebug_addr0:
13 .long 1 # unit_length
14 .short 5 # version
15 .byte 4 # address_size
16 .byte 0 # segment_selector_size
17 .long 0x00000000
18 .long 0x00000001