r348425 - Fix test change from r348365 to deal with Windows paths correctly.

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 5 15:10:15 PST 2018


Author: dyung
Date: Wed Dec  5 15:10:14 2018
New Revision: 348425

URL: http://llvm.org/viewvc/llvm-project?rev=348425&view=rev
Log:
Fix test change from r348365 to deal with Windows paths correctly.


Modified:
    cfe/trunk/test/Driver/darwin-stdlib.cpp

Modified: cfe/trunk/test/Driver/darwin-stdlib.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-stdlib.cpp?rev=348425&r1=348424&r2=348425&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-stdlib.cpp (original)
+++ cfe/trunk/test/Driver/darwin-stdlib.cpp Wed Dec  5 15:10:14 2018
@@ -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++




More information about the cfe-commits mailing list