2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t1.o
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %p/Inputs/x86-64-tls-gd-got.s -o %t2.o
4 # RUN: ld.lld %t1.o %t2.o -o %t
5 # RUN: llvm-objdump --no-print-imm-hex -d %t | FileCheck %s
10 leaq bar@tlsgd
(%rip
), %rdi
13 call
*__tls_get_addr@GOTPCREL
(%rip
)
17 // CHECK-NEXT
: movq
%fs:0, %rax
18 // CHECK-NEXT
: leaq
-4(%rax
), %rax