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
This commit is contained in:
Pavel Labath 2019-07-09 22:36:43 +00:00
parent 613605d1b3
commit a47c768731

View File

@ -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>`_.