150
|
1 // REQUIRES: x86
|
|
2
|
|
3 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
|
|
4 // RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s
|
|
5
|
173
|
6 .section .eh_frame,"a",@unwind
|
150
|
7 .long 0x14
|
|
8 .long 0x0
|
|
9 .byte 0x01
|
|
10 .byte 0x7a
|
|
11 .byte 0x52
|
|
12 .byte 0x00
|
|
13 .byte 0x01
|
|
14 .byte 0x78
|
|
15 .byte 0x10
|
|
16 .byte 0x01
|
|
17 .byte 0x1b
|
|
18 .byte 0x0c
|
|
19 .byte 0x07
|
|
20 .byte 0x08
|
|
21 .byte 0x90
|
|
22 .byte 0x01
|
|
23 .short 0x0
|
|
24
|
|
25 .long 0x14
|
|
26 .long 0x1b
|
|
27 .long .text
|
|
28 .long 0x0
|
|
29 .long 0x0
|
|
30 .long 0x0
|
|
31
|
|
32 // CHECK: invalid CIE reference
|