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.
Paths
| Differential D119326
[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 This applies the same change as in
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 10 2022, 12:12 AM Closed by commit rG6cf64b2d2858: [clang] [MinGW] Default to DWARF 4 (authored by mstorsjo). · Explain WhyFeb 10 2022, 1:00 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 407412 clang/lib/Driver/ToolChains/MinGW.h
clang/test/CodeGen/dwarf-version.c
|