This is an archive of the discontinued LLVM Phabricator instance.

Add lldb-mi deprecation to the release notes
ClosedPublic

Authored by JDevlieghere on Jul 5 2019, 9:40 AM.

Details

Summary

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

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.Jul 5 2019, 9:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 5 2019, 9:40 AM

+1

Nit pick: I think in 8.0.0 we actually gave LLDB it's own small section: https://releases.llvm.org/8.0.0/docs/ReleaseNotes.html#changes-to-lldb I guess we have some other stuff we could add to that section that it is not just "removed lldb-mi".

Move note into LLDB section.

davide accepted this revision.Jul 5 2019, 11:22 AM
davide added a subscriber: davide.

LGTM

This revision is now accepted and ready to land.Jul 5 2019, 11:22 AM
This revision was automatically updated to reflect the committed changes.
labath added a subscriber: labath.Jul 8 2019, 1:19 PM

Random idea: Should we force the user to pass something like -DLLDB_TEMPORARILY_ENABLE_LLDB_MI to cmake to make sure it gets noticed that it is going away (I don't know how many people read release notes).

And yeah, I should write something about type units in the release notes...