From: Douglas Yung Date: Wed, 5 Dec 2018 23:10:14 +0000 (+0000) Subject: Fix test change from r348365 to deal with Windows paths correctly. X-Git-Tag: llvmorg-8.0.0-rc1~2778 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=27d16370c3b020523657e3c3ae16afe59e389756;p=platform%2Fupstream%2Fllvm.git Fix test change from r348365 to deal with Windows paths correctly. llvm-svn: 348425 --- diff --git a/clang/test/Driver/darwin-stdlib.cpp b/clang/test/Driver/darwin-stdlib.cpp index 2c4e9a4..3da92a2 100644 --- a/clang/test/Driver/darwin-stdlib.cpp +++ b/clang/test/Driver/darwin-stdlib.cpp @@ -14,7 +14,7 @@ // optional absolute include for libc++ from InitHeaderSearch.cpp also fires. // CHECK-LIBCXX: "-stdlib=libc++" -// CHECK-LIBCXX: "-internal-isystem" "{{[^"]*}}{{[/\\]}}Inputs{{[/\\]}}darwin_toolchain_tree{{[/\\]}}bin{{[/\\]}}include{{[/\\]}}c++{{[/\\]}}v1" +// CHECK-LIBCXX: "-internal-isystem" "{{[^"]*}}{{/|\\\\}}Inputs{{/|\\\\}}darwin_toolchain_tree{{/|\\\\}}bin{{/|\\\\}}include{{/|\\\\}}c++{{/|\\\\}}v1" // CHECK-LIBSTDCXX-NOT: -stdlib=libc++ // CHECK-LIBSTDCXX-NOT: -stdlib=libstdc++