[docs][llvm-dwarfdump] Add the release notes about --show-section-sizes

Note that the llvm-dwarfdump has the new option.

Differential Revision: https://reviews.llvm.org/D77495
This commit is contained in:
Djordje Todorovic 2020-04-10 10:33:33 +02:00 committed by Djordje Todorovic
parent bbeeb35c1f
commit 3505226702

View File

@ -146,6 +146,12 @@ Changes to the Debug Info
passed to the callee. The feature improves the debugging user experience when
debugging optimized code.
Changes to the LLVM tools
---------------------------------
* Added an option (--show-section-sizes) to llvm-dwarfdump to show the sizes
of all debug sections within a file.
Changes to LLDB
===============