3 // RUN
: llvm-mc
-filetype
=obj
-triple
=powerpc64le-unknown-linux
%s
-o
%t.o
4 // RUN
: ld.lld
-shared
%t.o
-o
%t.so
5 // RUN
: llvm-readelf
--dyn-relocations
%t.so | FileCheck
%s
-allow-empty
--implicit-check-
not={{.}}
7 // RUN
: llvm-mc
-filetype
=obj
-triple
=powerpc64-unknown-linux
%s
-o
%t.o
8 // RUN
: ld.lld
-shared
%t.o
-o
%t.so
9 // RUN
: llvm-readelf
--dyn-relocations
%t.so | FileCheck
%s
-allow-empty
--implicit-check-
not={{.}}
19 addis 2, 12, .TOC.-.Lfunc_gep0@ha
20 addi 2, 2, .TOC.-.Lfunc_gep0@l
22 .localentry baz, .Lfunc_lep0-.Lfunc_gep0
44 .size baz, .Lfunc_end0-.Lfunc_begin0
56 .size foo, .Lfunc_end1-.Lfunc_begin1
63 addis 2, 12, .TOC.-.Lfunc_gep2@ha
64 addi 2, 2, .TOC.-.Lfunc_gep2@l
66 .localentry bar, .Lfunc_lep2-.Lfunc_gep2
83 .size bar, .Lfunc_end2-.Lfunc_begin2