zig/deps/lld/test/ELF/x86-64-reloc-range.s

14 lines
397 B
ArmAsm
Raw Normal View History

// RUN: llvm-mc %s -o %t.o -triple x86_64-pc-linux -filetype=obj
// RUN: not ld.lld %t.o -o %t.so -shared 2>&1 | FileCheck %s
2018-01-18 06:29:21 +08:00
// CHECK: {{.*}}:(.text+0x3): relocation R_X86_64_PC32 out of range: 2147483648 is not in [-2147483648, 2147483647]
// CHECK-NOT: relocation
lea foo(%rip), %rax
lea foo(%rip), %rax
.hidden foo
.bss
.zero 0x7fffe007
foo: