11 lines · plain
1## Check we report a proper error when the content2## of the .eh_frame section is truncated.3 4# RUN: llvm-mc -triple x86_64 %s -filetype=obj -o %t5# RUN: not llvm-dwarfdump -debug-frame %t 2>&1 | FileCheck %s6 7# CHECK: error: unexpected end of data at offset 0x48 9.section .eh_frame,"a",@unwind10.long 0xFF ## Length11