[docs][llvm-dwarfdump] Add the release notes about --show-section-sizes
authorDjordje Todorovic <djordje.todorovic@syrmia.com>
Fri, 10 Apr 2020 08:33:33 +0000 (10:33 +0200)
committerDjordje Todorovic <djolertrk@gmail.com>
Fri, 10 Apr 2020 08:35:18 +0000 (10:35 +0200)
Note that the llvm-dwarfdump has the new option.

Differential Revision: https://reviews.llvm.org/D77495

llvm/docs/ReleaseNotes.rst

index 6858c2e..a713a71 100644 (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
 ===============