diff options
author | Pavel Labath <pavel@labath.sk> | 2019-07-09 22:36:43 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-07-09 22:36:43 +0000 |
commit | 9eb4b96be02a5536e65dfc9c66317041494dda06 (patch) | |
tree | 7592e523fb782e3917a1a7e3c0977980fa59ae83 /llvm/docs/ReleaseNotes.rst | |
parent | 269b9f940ff919d9ebf5cd94f5a87d38e32bdb2c (diff) | |
download | bcm5719-llvm-9eb4b96be02a5536e65dfc9c66317041494dda06.tar.gz bcm5719-llvm-9eb4b96be02a5536e65dfc9c66317041494dda06.zip |
Add lldb type unit support to the release notes
Reviewers: JDevlieghere, teemperor
Subscribers: llvm-commits, lldb-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D64366
llvm-svn: 365568
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
-rw-r--r-- | llvm/docs/ReleaseNotes.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 4ad4c94fb3b..c3ce86bf615 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -137,6 +137,8 @@ Changes to LLDB * Backtraces are now color highlighting in the terminal. +* DWARF4 (debug_types) and DWARF5 (debug_info) type units are now supported. + * This release will be the last where ``lldb-mi`` is shipped as part of LLDB. The tool will still be available in a `downstream repository on GitHub <https://github.com/lldb-tools/lldb-mi>`_. |