Changeset View
Changeset View
Standalone View
Standalone View
test/tools/llvm-dwarfdump/X86/debug-names-verify-short2.s
1 | # RUN: llvm-mc -triple x86_64-pc-linux %s -filetype=obj | \ | 1 | # RUN: llvm-mc -triple x86_64-pc-linux %s -filetype=obj | \ | ||
---|---|---|---|---|---|
2 | # RUN: not llvm-dwarfdump -verify - | FileCheck %s | 2 | # RUN: not llvm-dwarfdump -verify - | FileCheck %s | ||
3 | 3 | | |||
4 | # CHECK: Section too small: cannot read header augmentation. | 4 | # CHECK: error: unexpected end of data | ||
5 | 5 | | |||
6 | .section .debug_str,"MS",@progbits,1 | 6 | .section .debug_str,"MS",@progbits,1 | ||
7 | .Lstring_producer: | 7 | .Lstring_producer: | ||
8 | .asciz "Hand-written dwarf" | 8 | .asciz "Hand-written dwarf" | ||
9 | 9 | | |||
10 | .section .debug_abbrev,"",@progbits | 10 | .section .debug_abbrev,"",@progbits | ||
11 | .Lsection_abbrev: | 11 | .Lsection_abbrev: | ||
12 | .byte 1 # Abbreviation Code | 12 | .byte 1 # Abbreviation Code | ||
Show All 37 Lines |