brintos

brintos / llvm-project-archived public Read only

0
0
Text · 397 B · 07bdf45 Raw
14 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux \4# RUN:   %S/Inputs/relocatable-tls.s -o %t2.o5 6# RUN: ld.lld -r %t2.o -o %t3.r7# RUN: llvm-nm %t3.r | FileCheck %s8# CHECK: U __tls_get_addr9 10# RUN: ld.lld -shared %t2.o %t3.r -o %t4.out11# RUN: llvm-nm %t4.out | FileCheck %s12 13callq __tls_get_addr@PLT14