diff options
author | Sumanth Gundapaneni <sgundapa@codeaurora.org> | 2015-12-16 19:09:51 +0000 |
---|---|---|
committer | Sumanth Gundapaneni <sgundapa@codeaurora.org> | 2015-12-16 19:09:51 +0000 |
commit | c27f54822c7a5f62cd3a4b57a0fd1b43e12e3c6a (patch) | |
tree | 56aae94493a7f874422fbb699603618ed021664c /clang/test/Driver/mips-mti-linux.c | |
parent | b3aa1ecab0b4ebfba8f2fce7dfaec94f231032b3 (diff) | |
download | bcm5719-llvm-c27f54822c7a5f62cd3a4b57a0fd1b43e12e3c6a.tar.gz bcm5719-llvm-c27f54822c7a5f62cd3a4b57a0fd1b43e12e3c6a.zip |
Fix the failing windows clang unit tests. NFC
Some tests are missing the {{(.exe)?}} suffix on the exectables
which the FileCheck is grepping for. This will ensure, the lit tests
are clean on windows
Differential Revision: http://reviews.llvm.org/D15579
llvm-svn: 255804
Diffstat (limited to 'clang/test/Driver/mips-mti-linux.c')
-rw-r--r-- | clang/test/Driver/mips-mti-linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Driver/mips-mti-linux.c b/clang/test/Driver/mips-mti-linux.c index 1549dc5b427..e3560e20440 100644 --- a/clang/test/Driver/mips-mti-linux.c +++ b/clang/test/Driver/mips-mti-linux.c @@ -4,6 +4,7 @@ // it here to test that we are producing the correct paths/flags. // Ideally, we'd like to have an --llvm-toolchain option similar to // the --gcc-toolchain one. +// REQUIRES: mips-registered-target // = Big-endian, mips32r2, hard float // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ |