[Lldb-commits] [PATCH] D11312: Handle altsep ('/' on Windows) in compiler path for log files.

Ying Chen chying at google.com
Fri Jul 17 14:33:58 PDT 2015


chying added a comment.

should be 
compiler = compiler.replace(os.path.altsep, os.path.sep)?
.replace doesn't change the original copy


http://reviews.llvm.org/D11312







More information about the lldb-commits mailing list