1# REQUIRES: x86
2
3# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
4# RUN: not ld.lld --eh-frame-hdr %t -o /dev/null 2>&1 | FileCheck %s
5
6# CHECK:      error: corrupted .eh_frame: unexpected end of CIE
7# CHECK-NEXT: >>> defined in {{.*}}:(.eh_frame+0x8)
8
9.section .eh_frame,"a",@unwind
10  .byte 0x04
11  .byte 0x00
12  .byte 0x00
13  .byte 0x00
14  .byte 0x00
15  .byte 0x00
16  .byte 0x00
17  .byte 0x00
18