[llvm] r365231 - Add lldb-mi deprecation to the release notes
Jonas Devlieghere via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 5 11:23:52 PDT 2019
Author: jdevlieghere
Date: Fri Jul 5 11:23:52 2019
New Revision: 365231
URL: http://llvm.org/viewvc/llvm-project?rev=365231&view=rev
Log:
Add lldb-mi deprecation to the release notes
Differential revision: https://reviews.llvm.org/D64254
Modified:
llvm/trunk/docs/ReleaseNotes.rst
Modified: llvm/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.rst?rev=365231&r1=365230&r2=365231&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.rst (original)
+++ llvm/trunk/docs/ReleaseNotes.rst Fri Jul 5 11:23:52 2019
@@ -131,6 +131,10 @@ Changes to LLDB
* Backtraces are now color highlighting in the terminal.
+* 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>`_.
+
External Open Source Projects Using LLVM 9
==========================================
More information about the llvm-commits
mailing list