[PATCH] D77495: [docs][llvm-dwarfdump] Add the release notes about --show-section-sizes
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 10 01:36:03 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG350522670232: [docs][llvm-dwarfdump] Add the release notes about --show-section-sizes (authored by djtodoro).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://reviews.llvm.org/D77495?vs=255146&id=256528#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77495/new/
https://reviews.llvm.org/D77495
Files:
llvm/docs/ReleaseNotes.rst
Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -146,6 +146,12 @@
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
===============
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77495.256528.patch
Type: text/x-patch
Size: 517 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200410/f5a15e60/attachment.bin>
More information about the llvm-commits
mailing list