This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Fix interpreting absolute Windows paths with forward slashes
ClosedPublic

Authored by mstorsjo on Mar 24 2022, 5:41 AM.

Details

Summary

In practice, Windows paths can use either backslashes or forward slashes.

This fixes an issue reported downstream at
https://github.com/mstorsjo/llvm-mingw/issues/266.

Diff Detail

Event Timeline

mstorsjo created this revision.Mar 24 2022, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 5:41 AM
mstorsjo requested review of this revision.Mar 24 2022, 5:41 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 24 2022, 5:41 AM
labath accepted this revision.Mar 25 2022, 4:26 AM
This revision is now accepted and ready to land.Mar 25 2022, 4:26 AM