Mention that LLVM 9 is the last release we'll ship lldb-mi as part of LLDB.
Details
Details
- Reviewers
davide - Group Reviewers
Restricted Project - Commits
- rG7626e1e50419: Add lldb-mi deprecation to the release notes
rL365231: Add lldb-mi deprecation to the release notes
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
+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".
Comment Actions
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...