2 // RUN
: llvm-mc
-filetype
=obj
-triple
=armv7a-none-linux-gnueabi
%s
-o
%t.o
3 // RUN
: ld.lld
%t.o
-o
%t -shared
5 // RUN
: llvm-readelf
--unwind
%t | FileCheck
%s
7 // Check that any exidx sections for empty functions are discarded.
10 // CHECK-NEXT
: Entry
{
11 // CHECK-NEXT
: FunctionAddress
:
12 // CHECK-NEXT
: Model
: CantUnwind
14 // CHECK-NEXT
: Entry
{
15 // CHECK-NEXT
: FunctionAddress
:
16 // CHECK-NEXT
: Model
: CantUnwind
20 .section .text.f0,"ax",%progbits
28 .section .text.f1,"ax",%progbits
35 .section .text.f2,"ax",%progbits