blob: 04f8eb2cca6b1fd6287eba2801bdb9c2ea7492c0 [file] [log] [blame]
// REQUIRES: x86
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
// RUN: not ld.lld %t -o %t2 2>&1 | FileCheck %s
.section .eh_frame
.long 0xFFFFFFFF
.byte 0
// CHECK: error: corrupted .eh_frame: CIE/FDE too large
// CHECK-NEXT: >>> defined in {{.*}}:(.eh_frame+0x0)