linux-packaging-mono/external/llvm-project/lld/test/ELF/relocation-relative-absolute.s
Xamarin Public Jenkins (auto-signing) 468663ddbb Imported Upstream version 6.10.0.49
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
2020-01-16 16:38:04 +00:00

15 lines
500 B
ArmAsm

# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %tinput1.o
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux \
# RUN: %S/Inputs/relocation-relative-absolute.s -o %tinput2.o
# RUN: not ld.lld %tinput1.o %tinput2.o -o %t -pie 2>&1 | FileCheck %s
.globl _start
_start:
# CHECK: error: relocation R_X86_64_PLT32 cannot refer to absolute symbol: answer
# CHECK-NEXT: >>> defined in {{.*}}input2.o
# CHECK-NEXT: >>> referenced by {{.*}}o:(.text+0x1)
call answer@PLT