[lld] r315038 - [ELF] Add missing REQUIRES: mips to the test added in r315035
Alexander Richardson via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 5 16:48:29 PDT 2017
Author: arichardson
Date: Thu Oct 5 16:48:29 2017
New Revision: 315038
URL: http://llvm.org/viewvc/llvm-project?rev=315038&view=rev
Log:
[ELF] Add missing REQUIRES: mips to the test added in r315035
Modified:
lld/trunk/test/ELF/corrupted-version-reference.s
Modified: lld/trunk/test/ELF/corrupted-version-reference.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/corrupted-version-reference.s?rev=315038&r1=315037&r2=315038&view=diff
==============================================================================
--- lld/trunk/test/ELF/corrupted-version-reference.s (original)
+++ lld/trunk/test/ELF/corrupted-version-reference.s Thu Oct 5 16:48:29 2017
@@ -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
More information about the llvm-commits
mailing list