brintos

brintos / llvm-project-archived public Read only

0
0
Text · 506 B · 798e6c0 Raw
29 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: corrupted .eh_frame: unknown .eh_frame augmentation string:7 8.section .eh_frame,"a",@unwind9  .byte 0x0E10  .byte 0x0011  .byte 0x0012  .byte 0x0013  .byte 0x0014  .byte 0x0015  .byte 0x0016  .byte 0x0017  .byte 0x0318  .byte 0x0119  .byte 0x0020  .byte 0x0121  22  .byte 0x01 # LEB12823  .byte 0x01 # LEB12824 25  .byte 0x0126  .byte 0x0127  .byte 0x0128  .byte 0x0129