brintos

brintos / llvm-project-archived public Read only

0
0
Text · 401 B · ccf433c Raw
18 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 6# CHECK:      error: corrupted .eh_frame: unexpected end of CIE7# CHECK-NEXT: >>> defined in {{.*}}:(.eh_frame+0x8)8 9.section .eh_frame,"a",@unwind10  .byte 0x0411  .byte 0x0012  .byte 0x0013  .byte 0x0014  .byte 0x0015  .byte 0x0016  .byte 0x0017  .byte 0x0018