[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / relocation-relative-absolute.s
blob21f50025e92b7591ec6825ccbcfaeeb6f1e74bc9
1 # REQUIRES: x86
2 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %tinput1.o
3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux \
4 # RUN: %S/Inputs/relocation-relative-absolute.s -o %tinput2.o
5 # RUN: not ld.lld %tinput1.o %tinput2.o -o /dev/null -pie 2>&1 | FileCheck %s
7 .globl _start
8 _start:
10 # CHECK: error: relocation R_X86_64_PLT32 cannot refer to absolute symbol: answer
11 # CHECK-NEXT: >>> defined in {{.*}}input2.o
12 # CHECK-NEXT: >>> referenced by {{.*}}o:(.text+0x1)
14 call answer@PLT