From a47c768731004bde76e5201975169a315b3f43f1 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Tue, 9 Jul 2019 22:36:43 +0000 Subject: [PATCH] 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 --- docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 4ad4c94fb3b..c3ce86bf615 100644 --- a/docs/ReleaseNotes.rst +++ b/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 `_.