2 // RUN
: llvm-mc
-filetype
=obj
-triple
=i686-pc-linux
%s
-o
%t.o
3 // RUN
: ld.lld
%t.o
-r
-o
%tr.o
4 // RUN
: ld.lld
%tr.o
-shared
-o
%t1
5 // RUN
: llvm-readobj
--symbols
%t1 | FileCheck
%s
9 // CHECK-NEXT
: Value
: 0x0
10 // CHECK-NEXT
: Size
: 0
11 // CHECK-NEXT
: Binding
: Global
12 // CHECK-NEXT
: Type
: TLS
13 // CHECK-NEXT
: Other
: 0
14 // CHECK-NEXT
: Section
: .tdata
18 .section .tdata,"awT",@progbits