2 // RUN
: llvm-mc
-filetype
=obj
-triple
=x86_64-pc-linux
%s
-o
%t.o
3 // RUN
: llvm-mc
-filetype
=obj
-triple
=x86_64-pc-linux
%p
/Inputs
/resolution-shared.s
-o
%t2.o
4 // RUN
: ld.lld
%t2.o
-o
%t2.so
-shared
5 // RUN
: ld.lld
%t.o
%t2.so
-o
%t3
-shared
6 // RUN
: llvm-readobj
--symbols
%t3 | FileCheck
%s
15 // CHECK-NEXT
: Binding
: Weak