[clang-tidy][modernize-use-starts-ends-with] Fix operator rewriting false negative...
[llvm-project.git] / lld / test / ELF / relocatable-tls.s
blob07bdf459da4302475d08c36c57bd5171cbddb90f
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \
4 # RUN: %S/Inputs/relocatable-tls.s -o %t2.o
6 # RUN: ld.lld -r %t2.o -o %t3.r
7 # RUN: llvm-nm %t3.r | FileCheck %s
8 # CHECK: U __tls_get_addr
10 # RUN: ld.lld -shared %t2.o %t3.r -o %t4.out
11 # RUN: llvm-nm %t4.out | FileCheck %s
13 callq __tls_get_addr@PLT