mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
[ELF] Add missing REQUIRES: mips to the test added in r315035
llvm-svn: 315038
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user