[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / invalid-eh-frame8.s
blob856fddb19c02566baac5c2fd646f50e894e3fd77
1 # REQUIRES: x86
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
4 # RUN: not ld.lld --eh-frame-hdr %t -o /dev/null 2>&1 | FileCheck %s
6 # CHECK: error: corrupted .eh_frame: corrupted CIE
8 .section .eh_frame,"a",@unwind
9 .byte 0x0E
10 .byte 0x00
11 .byte 0x00
12 .byte 0x00
13 .byte 0x00
14 .byte 0x00
15 .byte 0x00
16 .byte 0x00
17 .byte 0x01
19 .byte 0x50 # Augmentation string: 'P','\0'
20 .byte 0x00
22 .byte 0x01
24 .byte 0x01 # LEB128
25 .byte 0x01 # LEB128
27 .byte 0x03
28 .byte 0x01
29 .byte 0x01
30 .byte 0x01