2 // RUN
: llvm-mc
-filetype
=obj
-triple
=x86_64-pc-linux
%p
/Inputs
/shared.s
-o
%t.o
3 // RUN
: ld.lld
%t.o
-o
%t.so
-shared
4 // RUN
: llvm-mc
-filetype
=obj
-triple
=x86_64-pc-linux
%s
-o
%t2.o
5 // RUN
: ld.lld
%t2.o
%t.so
-o
%t
6 // RUN
: llvm-readobj
-r
%t | FileCheck
%s
11 .cfi_personality 3, bar
14 // CHECK
: Section
({{.*}}) .rela.plt {
15 // CHECK-NEXT
: R_X86_64_JUMP_SLOT bar
0x0