[Lldb-commits] [lldb] [LLDB] Warn about truncated DWARF section names on Windows (PR #145175)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Jun 23 08:31:46 PDT 2025
DavidSpickett wrote:
Actually, add an entry to https://github.com/llvm/llvm-project/blob/main/llvm/docs/ReleaseNotes.md#changes-to-lldb as well.
It's not something I'd normally put in the release notes but it may appear in existing workflows when people update. If it's in the release notes we can refer them back to that to prove that it's expected to be there.
For example:
* LLDB now detects when the names of known DWARF sections in a PECOFF file have been truncated by link.exe, and advises the user how to avoid this.
https://github.com/llvm/llvm-project/pull/145175
More information about the lldb-commits
mailing list