[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / x86-64-reloc-tpoff32-error.s
blob10cb3ab5f3fcd00d244a17bf5922f5c53f83771a
1 // REQUIRES: x86
2 // RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t
3 // RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s
4 // CHECK: R_X86_64_TPOFF32 out of range
6 .global _start
7 _start:
8 movl %fs:a@tpoff, %eax
9 .global a
10 .section .tbss,"awT",@nobits
12 .zero 0x80000001