[Lldb-commits] [PATCH] D64254: Add lldb-mi deprecation to the release notes

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 5 09:40:47 PDT 2019


JDevlieghere created this revision.
JDevlieghere added a reviewer: LLDB.
JDevlieghere added a project: LLDB.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Mention that LLVM 9 is the last release we'll ship lldb-mi as part of LLDB.


Repository:
  rL LLVM

https://reviews.llvm.org/D64254

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -49,6 +49,10 @@
   ``EP_FullLinkTimeOptimizationLast`` are available for plugins to specialize
   the legacy pass manager full LTO pipeline.
 
+* 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>`_.
+
 .. NOTE
    If you would like to document a larger change, then you can add a
    subsection about it right here. You can copy the following boilerplate


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64254.208198.patch
Type: text/x-patch
Size: 665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190705/75a94833/attachment.bin>


More information about the lldb-commits mailing list