summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs/dwarfdump-str-offsets-invalid-5.s
blob: e185e407b630ed0054b9e861693e087547711e08 (plain)
1
2
3
4
5
6
7
8
9
10
# Test object to verify that llvm-dwarfdump handles a degenerate string offsets
# section.
#
# To generate the test object:
# llvm-mc -triple x86_64-unknown-linux dwarfdump-str-offsets-invalid-5.s -filetype=obj \
#         -o dwarfdump-str-offsets-invalid-5.x86_64.o
# Every unit contributes to the string_offsets table.
        .section .debug_str_offsets,"",@progbits
# A degenerate section, not enough for a single entry.
        .byte 2
OpenPOWER on IntegriCloud