18 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 unsupported segment selector size 18# ERR-NOT: {{.}}9 10# non-zero segment_selector_size11# TODO: make this valid12 .section .debug_addr,"",@progbits13.Ldebug_addr0:14 .long 4 # unit_length = .short + .byte + .byte15 .short 5 # version16 .byte 4 # address_size17 .byte 1 # segment_selector_size18