annotate lld/test/ELF/invalid-eh-frame9.s @ 150:1d019706d866

LLVM10
author anatofuz
date Thu, 13 Feb 2020 15:10:13 +0900
parents
children 0572611fdcc8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 # REQUIRES: x86
anatofuz
parents:
diff changeset
2
anatofuz
parents:
diff changeset
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
anatofuz
parents:
diff changeset
4 # RUN: not ld.lld --eh-frame-hdr %t -o /dev/null 2>&1 | FileCheck %s
anatofuz
parents:
diff changeset
5
anatofuz
parents:
diff changeset
6 # CHECK: error: corrupted .eh_frame: CIE is too small
anatofuz
parents:
diff changeset
7
anatofuz
parents:
diff changeset
8 .section .eh_frame
anatofuz
parents:
diff changeset
9 .byte 0x03
anatofuz
parents:
diff changeset
10 .byte 0x00
anatofuz
parents:
diff changeset
11 .byte 0x00
anatofuz
parents:
diff changeset
12 .byte 0x00
anatofuz
parents:
diff changeset
13 .byte 0x00
anatofuz
parents:
diff changeset
14 .byte 0x00
anatofuz
parents:
diff changeset
15 .byte 0x00