aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/x86-64-reloc-32S-error.s
blob: aa19c2c32e9329aa320254ead509cdcb0aa18cc2 (plain) (blame)
1
2
3
4
5
6
7
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t
// RUN: not ld.lld -shared %t -o %t2 2>&1 | FileCheck %s
// REQUIRES: x86

  movq _start - 0x1000000000000, %rdx

#CHECK: R_X86_64_32S out of range