Fix greedy FileCheck expression in test/Driver/mips-abi.c
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 27 Sep 2018 17:27:48 +0000 (17:27 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 27 Sep 2018 17:27:48 +0000 (17:27 +0000)
commitfb8ca8a1ec54a209bc101cedfa69815f78f165fc
tree1badc8a28f3ecb964967fd9cb250e22b22ece2f8
parent2b7682d1b4ffa0e659cd178a5539c5d00eaf0cef
Fix greedy FileCheck expression in test/Driver/mips-abi.c

'ld{{.*}}"' seems to match the complete line for me which is failing
the test. Only allow an optional '.exe' for Windows systems as most
other tests do.
Another possibility would be to collapse the greedy expression with
the next check to avoid matching the full line.

Differential Revision: https://reviews.llvm.org/D52619

llvm-svn: 343240
clang/test/Driver/mips-abi.c