This is an archive of the discontinued LLVM Phabricator instance.

[clang] [MinGW] Default to DWARF 4
ClosedPublic

Authored by mstorsjo on Feb 9 2022, 5:26 AM.

Details

Summary

Neither LLDB nor GDB seem to work with DWARF 5 debug information on
Windows right now.

This applies the same change as in
9c6272861032f511a23784ce0c5cc8f6ac2f625b (Default to DWARFv4 on Windows)
to the MinGW driver too.

Diff Detail

Event Timeline

mstorsjo requested review of this revision.Feb 9 2022, 5:26 AM
mstorsjo created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2022, 5:26 AM
This revision is now accepted and ready to land.Feb 10 2022, 12:12 AM
This revision was automatically updated to reflect the committed changes.