Mercurial > hg > CbC > CbC_llvm
annotate lld/test/ELF/invalid-eh-frame9.s @ 192:d7606dcf6fce
Added tag llvm10 for changeset 0572611fdcc8
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 14 Dec 2020 18:01:34 +0900 |
parents | 0572611fdcc8 |
children |
rev | line source |
---|---|
150 | 1 # REQUIRES: x86 |
2 | |
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 | |
5 | |
6 # CHECK: error: corrupted .eh_frame: CIE is too small | |
7 | |
173 | 8 .section .eh_frame,"a",@unwind |
150 | 9 .byte 0x03 |
10 .byte 0x00 | |
11 .byte 0x00 | |
12 .byte 0x00 | |
13 .byte 0x00 | |
14 .byte 0x00 | |
15 .byte 0x00 |