Skip to content

Commit

Permalink
Fix test change from r348365 to deal with Windows paths correctly.
Browse files Browse the repository at this point in the history
llvm-svn: 348425
  • Loading branch information
dyung committed Dec 5, 2018
1 parent 3e5cc0b commit 27d1637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/darwin-stdlib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit 27d1637

Please sign in to comment.