brintos

brintos / llvm-project-archived public Read only

0
0
Text · 555 B · 6955d51 Raw
31 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: DW_EH_PE_aligned encoding is not supported7 8.section .eh_frame,"a",@unwind9  .byte 0x0E10  .byte 0x0011  .byte 0x0012  .byte 0x0013  .byte 0x0014  .byte 0x0015  .byte 0x0016  .byte 0x0017  .byte 0x0118  19  .byte 0x50 # Augmentation string: 'P','\0'20  .byte 0x0021  22  .byte 0x0123  24  .byte 0x01 # LEB12825  .byte 0x01 # LEB12826 27  .byte 0x5128  .byte 0x0129  .byte 0x0130  .byte 0x0131