[cfe-dev] Patch to fix incorrect handling of Windows path
Chris Lattner
clattner at apple.com
Wed Aug 12 10:51:39 PDT 2009
On Aug 11, 2009, at 1:45 PM, Baptiste Lepilleur wrote:
> I spent a bit of time playing with clang test on Windows...
>
> This patch get another 20 clang tests to pass when compiled with MSVC.
>
> It fixes detection of absolute path in llvm containing '\' and
> stripping of path containing multiple '\\' in clang. (somehow all
> '\' provided on the command-line are "doubled" when they are
> provided to the FileManager). Since path can contain multiple
> backslash, the second fix a border case bug.
Great, applied as r78823 / r78824.
Thanks!
-Chris
More information about the cfe-dev
mailing list