brintos

brintos / llvm-project-archived public Read only

0
0
Text · 591 B · b487533 Raw
19 lines · plain
1# RUN: llvm-mc %s -filetype obj -triple i386-pc-linux -o - | \2# RUN: not llvm-dwarfdump -debug-addr - 2> %t.err | FileCheck %s3# RUN: FileCheck %s -input-file %t.err -check-prefix=ERR4 5# CHECK: .debug_addr contents:6# CHECK-NOT: {{.}}7# ERR: address table at offset 0x0 has a unit_length value of 0x1, which is too small to contain a complete header8# ERR-NOT: {{.}}9 10# too small length value11  .section  .debug_addr,"",@progbits12.Ldebug_addr0:13  .long 1  # unit_length14  .short 5 # version15  .byte 4  # address_size16  .byte 0  # segment_selector_size17  .long 0x0000000018  .long 0x0000000119