[llvm-branch-commits] [llvm] e82d134 - ReleaseNotes: Mention improved DWARF5 support in lldb

Pavel Labath via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Mon Feb 24 08:12:47 PST 2020


Author: Pavel Labath
Date: 2020-02-24T17:11:23+01:00
New Revision: e82d1342bdff11c877ee8fe3f9952704bccd702b

URL: https://github.com/llvm/llvm-project/commit/e82d1342bdff11c877ee8fe3f9952704bccd702b
DIFF: https://github.com/llvm/llvm-project/commit/e82d1342bdff11c877ee8fe3f9952704bccd702b.diff

LOG: ReleaseNotes: Mention improved DWARF5 support in lldb

Mainly involves location and range list handling, but other holes have
been filled too.

Added: 
    

Modified: 
    llvm/docs/ReleaseNotes.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index c992bebf47c9..848ebdb9c2ee 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -280,6 +280,8 @@ Changes to LLDB
 
 * Improved support for using classes with bit-field members in the expression evaluator.
 
+* Greatly improved support for DWARF v5.
+
 External Open Source Projects Using LLVM 10
 ===========================================
 


        


More information about the llvm-branch-commits mailing list