klimek added a comment.

In http://reviews.llvm.org/D11944#222975, @rsmith wrote:

> In principle, normalizing slashes on Windows makes sense here. But we 
> shouldn't use `llvm::sys::path::native`, because it's just too broken.


Ok, so if I understand you correctly it would make sense to create a normalize 
function for the file manager (it's all about the file manager's caching 
anyway).

The idea would be that on Windows we replace all / with \, otherwise we leave 
things as they are?


http://reviews.llvm.org/D11944



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to