13 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64 %s -o %t3// RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s4// CHECK: R_X86_64_TPOFF32 out of range5 6.global _start7_start:8 movl %fs:a@tpoff, %eax9.global a10.section .tbss,"awT",@nobits11a:12.zero 0x8000000113