2 // RUN
: llvm-mc
-filetype
=obj
-triple
=x86_64-pc-linux
%s
-o
%t.o
3 // RUN
: ld.lld
--strip-all
%t.o
-o
%t
4 // RUN
: llvm-readobj
-r
%t | FileCheck
%s
5 // RUN
: ld.lld
%t.o
-o
%t
6 // RUN
: llvm-readobj
-r
--symbols
%t | FileCheck
%s
--check-prefixes
=CHECK
,SYM
8 .type foo STT_GNU_IFUNC
17 // CHECK
: Section
({{.*}}) .rela.dyn {
18 // CHECK-NEXT
: R_X86_64_IRELATIVE
- 0x
[[ADDR
:.*]]
22 // SYM-NEXT
: Value
: 0x
[[ADDR
]]
24 // SYM-NEXT
: Binding
: Global
25 // SYM-NEXT
: Type
: GNU_IFunc