diff options
| author | Yaron Keren <yaron.keren@gmail.com> | 2015-08-20 20:37:58 +0000 |
|---|---|---|
| committer | Yaron Keren <yaron.keren@gmail.com> | 2015-08-20 20:37:58 +0000 |
| commit | 7a4062eaf901e076761dab8574462f39c7061441 (patch) | |
| tree | 716dda61f2acc519d3e65261938d917c8d883e8e | |
| parent | 1a498705e4b4169f9a2f9d5227475d1850b732bf (diff) | |
| download | bcm5719-llvm-7a4062eaf901e076761dab8574462f39c7061441.tar.gz bcm5719-llvm-7a4062eaf901e076761dab8574462f39c7061441.zip | |
Fix test on Windows to accept both gcc and gcc.exe.
llvm-svn: 245607
| -rw-r--r-- | clang/test/Driver/biarch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/biarch.c b/clang/test/Driver/biarch.c index 84208df3cba..18825f49c44 100644 --- a/clang/test/Driver/biarch.c +++ b/clang/test/Driver/biarch.c @@ -29,7 +29,7 @@ // RUN: grep '"-cc1" "-triple" "sparcv9--netbsd"' %t // RUN: %clang -target sparcel -o foo %s -### 2> %t -// RUN: grep 'gcc" "-EL" "-o" "foo"' %t +// RUN: grep 'gcc\(\.exe\)\?" "-EL" "-o" "foo"' %t // RUN: %clang -target mips64--netbsd -m32 %s -### 2> %t // RUN: grep '"-cc1" "-triple" "mips--netbsd"' %t |

