enlight added a comment.

Zach,

I've looked at the path separator issue you've mentioned earlier in D13201 
<http://reviews.llvm.org/D13201?id=35832#inline-107502>, and I think it's fine 
as is. All those paths with the forward slashes end up in a FileSpec, which 
converts forward slashes to backward slashes before passing them through to any 
Win32 APIs, and `FileSpec::GetPath()` also converts slashes by default.


Repository:
  rL LLVM

http://reviews.llvm.org/D13636



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

Reply via email to