This is an archive of the discontinued LLVM Phabricator instance.

Handle altsep ('/' on Windows) in compiler path for log files.
ClosedPublic

Authored by chaoren on Jul 17 2015, 2:20 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

chaoren updated this revision to Diff 30037.Jul 17 2015, 2:20 PM
chaoren retitled this revision from to Handle altsep ('/' on Windows) in compiler path for log files..
chaoren updated this object.
chaoren added a reviewer: chying.
chaoren added a subscriber: lldb-commits.
chying edited edge metadata.Jul 17 2015, 2:33 PM

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

chaoren updated this revision to Diff 30040.Jul 17 2015, 2:35 PM
chaoren edited edge metadata.

Oops.

chying accepted this revision.Jul 17 2015, 2:37 PM
chying edited edge metadata.

looks good

This revision is now accepted and ready to land.Jul 17 2015, 2:37 PM
This revision was automatically updated to reflect the committed changes.