forked from OSchip/llvm-project
clang/test/Driver/mips-mti-linux.c: Remove XFAIL. It shouldn't fail for targeting win32.
I will remove REQUIRES later. llvm-svn: 252972
This commit is contained in:
parent
d6da23d2df
commit
2ffa1c2f1c
|
@ -5,7 +5,7 @@
|
|||
// Ideally, we'd like to have an --llvm-toolchain option similar to
|
||||
// the --gcc-toolchain one.
|
||||
|
||||
// XFAIL: win32, win64
|
||||
// REQUIRES: shell
|
||||
|
||||
// = Big-endian, mips32r2, hard float
|
||||
// RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \
|
||||
|
|
Loading…
Reference in New Issue