diff options
Diffstat (limited to 'test/ELF/tls-error.s')
| -rw-r--r-- | test/ELF/tls-error.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/ELF/tls-error.s b/test/ELF/tls-error.s deleted file mode 100644 index 989a63eb709b..000000000000 --- a/test/ELF/tls-error.s +++ /dev/null @@ -1,12 +0,0 @@ -// REQUIRES: x86 -// RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t -// RUN: not ld.lld %t -o /dev/null 2>&1 | FileCheck %s -// CHECK: R_X86_64_TPOFF32 out of range - -.global _start -_start: - movl %fs:a@tpoff, %eax -.global a -.section .tbss,"awT",@nobits -a: -.zero 0x80000001 |
