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.
Paths
| Differential D122389
[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
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 25 2022, 4:26 AM Closed by commit rGb548f5847235: [lldb] Fix interpreting absolute Windows paths with forward slashes (authored by mstorsjo). · Explain WhyMar 26 2022, 1:34 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 418417 lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
lldb/source/Utility/FileSpec.cpp
lldb/unittests/Utility/FileSpecTest.cpp
|