2 // RUN
: llvm-mc
-filetype
=obj
-triple
=amd64-unknown-openbsd
%s
-o
%t.o
3 // RUN
: echo
'.section .eh_frame,"a",@unwind; .long 0' | \
4 // RUN
: llvm-mc
-filetype
=obj
-triple
=amd64-unknown-openbsd
- -o
%t2.o
5 // RUN
: ld.lld
%t.o
%t2.o
-o
%t
6 // RUN
: llvm-readobj
--sections
%t | FileCheck
%s
8 // CHECK
: Name
: .eh_frame
9 // CHECK-NEXT
: Type
: SHT_PROGBITS
10 // CHECK-NEXT
: Flags
[
11 // CHECK-NEXT
: SHF_ALLOC
13 // CHECK-NEXT
: Address
:
14 // CHECK-NEXT
: Offset
: 0x120
15 // CHECK-NEXT
: Size
: 4
17 .section .eh_frame,"a",@unwind