diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-24 22:07:15 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-06-24 22:07:15 +0000 |
commit | 49ddb8675b5aa1396eb9e274530e880bcc917f51 (patch) | |
tree | afa350d5f344c27f5ce4d5eca76505aa4ade65b1 /clang/test/Driver/gcc-toolchain.cpp | |
parent | 009d61dd16b45f470bec9a2cedb94f1b75218b67 (diff) | |
download | bcm5719-llvm-49ddb8675b5aa1396eb9e274530e880bcc917f51.tar.gz bcm5719-llvm-49ddb8675b5aa1396eb9e274530e880bcc917f51.zip |
Accept both / and \\ to fix the windows bots.
llvm-svn: 184790
Diffstat (limited to 'clang/test/Driver/gcc-toolchain.cpp')
-rw-r--r-- | clang/test/Driver/gcc-toolchain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/gcc-toolchain.cpp b/clang/test/Driver/gcc-toolchain.cpp index b8c05724694..aa0e078160e 100644 --- a/clang/test/Driver/gcc-toolchain.cpp +++ b/clang/test/Driver/gcc-toolchain.cpp @@ -24,6 +24,6 @@ // the same precise formatting of the path as the '-internal-system' flags // above, so we just blanket wildcard match the 'crtbegin.o'. // CHECK: "{{[^"]*}}ld{{(.exe)?}}" -// CHECK: "{{[^"]*}}/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/crtbegin.o" +// CHECK: "{{[^"]*}}/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5{{/|\\\\}}crtbegin.o" // CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5" // CHECK: "-L[[TOOLCHAIN]]/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5/../../../.." |