2015-11-12 03:54:14 +08:00
|
|
|
// REQUIRES: x86
|
|
|
|
|
|
|
|
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
|
2015-11-18 14:11:01 +08:00
|
|
|
// RUN: not ld.lld %t -o %t2 2>&1 | FileCheck %s
|
2015-11-12 03:54:14 +08:00
|
|
|
|
2017-04-01 09:42:20 +08:00
|
|
|
.section .eh_frame
|
|
|
|
.long 42
|
2015-11-12 03:54:14 +08:00
|
|
|
|
2017-04-01 09:42:20 +08:00
|
|
|
// CHECK: error: corrupted .eh_frame: CIE/FDE ends past the end of the section
|
|
|
|
// CHECK-NEXT: >>> defined in {{.*}}:(.eh_frame+0x0)
|