13 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux %S/Inputs/i386-static-tls-model2.s -o %t.o4# RUN: ld.lld %t.o -o %t2 -shared5# RUN: llvm-readobj --dynamic-table %t2 | FileCheck %s6 7# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux %S/Inputs/i386-static-tls-model3.s -o %t.o8# RUN: ld.lld %t.o -o %t3 -shared9# RUN: llvm-readobj --dynamic-table %t3 | FileCheck %s10 11# CHECK: DynamicSection [12# CHECK: FLAGS STATIC_TLS13