brintos

brintos / llvm-project-archived public Read only

0
0
Text · 528 B · 34081de Raw
22 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=i686-pc-linux %s -o %t.o3// RUN: ld.lld %t.o -r -o %tr.o4// RUN: ld.lld %tr.o -shared -o %t15// RUN: llvm-readobj --symbols %t1 | FileCheck %s6 7// CHECK:       Symbol {8// CHECK:         Name: tls09// CHECK-NEXT:    Value: 0x010// CHECK-NEXT:    Size: 011// CHECK-NEXT:    Binding: Global12// CHECK-NEXT:    Type: TLS13// CHECK-NEXT:    Other: 014// CHECK-NEXT:    Section: .tdata15// CHECK-NEXT:  }16 17.type tls0,@object18.section .tdata,"awT",@progbits19.globl tls020tls0:21 .long 022