20 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t3// RUN: not ld.lld --eh-frame-hdr %t -o /dev/null 2>&1 | FileCheck %s4 5// CHECK: error: corrupted .eh_frame: FDE version 1 or 3 expected, but got 26 7.section .eh_frame,"a",@unwind8 .byte 0x089 .byte 0x0010 .byte 0x0011 .byte 0x0012 .byte 0x0013 .byte 0x0014 .byte 0x0015 .byte 0x0016 .byte 0x0217 .byte 0x0018 .byte 0x0019 .byte 0x0020