24 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t4# RUN: not ld.lld --eh-frame-hdr %t -o /dev/null 2>&1 | FileCheck %s5# RUN: ld.lld --eh-frame-hdr %t -o /dev/null --noinhibit-exec6 7# CHECK: error: corrupted .eh_frame: corrupted CIE (failed to read string)8# CHECK-NEXT: >>> defined in {{.*}}:(.eh_frame+0x9)9 10.section .eh_frame,"a",@unwind11.align 112 .byte 0x0813 .byte 0x0014 .byte 0x0015 .byte 0x0016 .byte 0x0017 .byte 0x0018 .byte 0x0019 .byte 0x0020 .byte 0x0121 .byte 0x0122 .byte 0x0123 .byte 0x0124