[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / x86-64-tls-le-undef.s
blob15ebd9af5f3f52d574d7175186ec07c8ef499ddb
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t.o
3 # RUN: ld.lld --noinhibit-exec %t.o -o %t 2>&1
4 # RUN: llvm-objdump --no-print-imm-hex -d %t | FileCheck %s
6 ## Undefined TLS symbols resolve to 0.
7 ## In --noinhibit-exec mode, a non-weak undefined symbol is not an error.
9 # CHECK: leaq 32(%rax), %rdx
11 movq %fs:0, %rax
12 leaq global@tpoff+32(%rax), %rdx