[memprof] Remove an unused using directive (#117004)
[llvm-project.git] / lld / test / ELF / mips-gnu-hash.s
blobfe4e95fee99b857bda433dfe2f0ebd4a8d108ced
1 # REQUIRES: mips
2 # Shouldn't allow the GNU hash style to be selected with the MIPS target.
4 # RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t-be.o
5 # RUN: not ld.lld -shared -hash-style=gnu %t-be.o -o /dev/null 2>&1 | FileCheck %s
7 # RUN: llvm-mc -filetype=obj -triple=mipsel-unknown-linux %s -o %t-el.o
8 # RUN: not ld.lld -shared -hash-style=gnu %t-el.o -o /dev/null 2>&1 | FileCheck %s
10 # CHECK: the .gnu.hash section is not compatible with the MIPS target
12 .globl __start
13 __start:
14 nop