[ELF] Add missing REQUIRES: mips to the test added in r315035

llvm-svn: 315038
This commit is contained in:
Alexander Richardson
2017-10-05 23:48:29 +00:00
parent 17ffd39ed8
commit 6651820a72

View File

@@ -1,5 +1,6 @@
# RUN: llvm-mc -triple=mips64-unknown-freebsd %s -filetype=obj -o %t.o
# RUN: not ld.lld %t.o %S/Inputs/corrupt-version-reference.so -o %t.exe 2>&1 | FileCheck %s
# REQUIRES: mips
# CHECK: error: corrupt input file: version definition index 9 for symbol __cxa_finalize is out of bounds
# CHECK: >>> defined in {{.+}}/corrupt-version-reference.so