]> granicus.if.org Git - clang/commit
This ugly regex is required because on Windows, the paths come out as \\ delimited...
authorAaron Ballman <aaron@aaronballman.com>
Thu, 21 Mar 2013 20:12:19 +0000 (20:12 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 21 Mar 2013 20:12:19 +0000 (20:12 +0000)
commit595b1bc0ad2b6eebb30d2d59a8457077a865bb54
treebb8812b2552694c13e67b36336a84ab6667c4578
parent0beab2746464ff7e871b2ec9c9b7fd9e8bc53494
This ugly regex is required because on Windows, the paths come out as \\ delimited instead of / delimited.  Fixes a test breakage since r176894.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@177658 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/resource-dir.cpp