[llvm] 3505226 - [docs][llvm-dwarfdump] Add the release notes about --show-section-sizes
Djordje Todorovic via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 10 01:35:37 PDT 2020
Author: Djordje Todorovic
Date: 2020-04-10T10:35:18+02:00
New Revision: 350522670232c74587138dc83161de514567f411
URL: https://github.com/llvm/llvm-project/commit/350522670232c74587138dc83161de514567f411
DIFF: https://github.com/llvm/llvm-project/commit/350522670232c74587138dc83161de514567f411.diff
LOG: [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
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 6858c2e97146..a713a71e4804 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -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
===============
More information about the llvm-commits
mailing list