[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / riscv-reloc-64-pic.s
blob2c2dc7b9bb8937ef3d8b3d8227183bf89abc257f
1 # REQUIRES: riscv
2 # RUN: llvm-mc -filetype=obj -triple=riscv64 %s -o %t.o
3 # RUN: not ld.lld -shared %t.o -o /dev/null 2>&1 | FileCheck %s
5 # CHECK: error: relocation R_RISCV_32 cannot be used against symbol 'a'
7 .globl a
9 .data
10 .long a