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

  movl $big, %edx

#CHECK: R_X86_64_32 out of range