2 // RUN
: llvm-mc
-filetype
=obj
-triple
=aarch64
%s
-o
%t.o
3 // RUN
: ld.lld
-static
%t.o
-o
%tout
4 // RUN
: llvm-readobj
--symbols
%tout | FileCheck
%s
6 // Check that no __rela_iplt_end
/__rela_iplt_start
7 // appear in symtab if there is no references to them.
9 // CHECK-
NOT: __rela_iplt_end
10 // CHECK-
NOT: __rela_iplt_start
14 .type foo STT_GNU_IFUNC
19 .type bar STT_GNU_IFUNC