2 // RUN
: llvm-mc
-filetype
=obj
-arm-add-build-attributes
-triple
=armv7a-none-linux-gnueabi
%s
-o
%t.o
3 // RUN
: ld.lld
%t.o
-o
%t.so
-shared
4 // RUN
: llvm-readobj
-S
%t.so | FileCheck
%s
6 // Test that when all the
.ARM.exidx sections are merged into a single
7 // synthetic EXIDX_CANTUNWIND entry we can still set the SHF_LINK_ORDER
10 .section .text.1, "ax", %progbits
16 .section .text.2, "ax", %progbits
25 // CHECK
: Name
: .ARM.exidx
26 // CHECK-NEXT
: Type
: SHT_ARM_EXIDX
27 // CHECK-NEXT
: Flags
[
28 // CHECK-NEXT
: SHF_ALLOC
29 // CHECK-NEXT
: SHF_LINK_ORDER
31 // CHECK-NEXT
: Address
:
32 // CHECK-NEXT
: Offset
:
34 // CHECK-NEXT
: Link
: [[INDEX
:.*]]
36 // CHECK
: Index
: [[INDEX
]]
37 // CHECK-NEXT
: Name
: .text