This is an archive of the discontinued LLVM Phabricator instance.

[docs] Mention Rust v0 demangling support in release notes
AcceptedPublic

Authored by tmiasko on Nov 12 2021, 3:54 AM.

Details

Diff Detail

Event Timeline

tmiasko created this revision.Nov 12 2021, 3:54 AM
tmiasko requested review of this revision.Nov 12 2021, 3:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 12 2021, 3:54 AM

Part of Rust demangling changes landed back in LLVM 13, including demangling
support in lldb, llvm-cxxfilt, and llvm-objdump. At that time, they weren't
included in the release notes. Is there a practice of updating the release
notes for past releases, or maybe include them here as well?

dblaikie accepted this revision.Nov 12 2021, 11:07 AM
dblaikie added a subscriber: tstellar.

Part of Rust demangling changes landed back in LLVM 13, including demangling
support in lldb, llvm-cxxfilt, and llvm-objdump. At that time, they weren't
included in the release notes. Is there a practice of updating the release
notes for past releases, or maybe include them here as well?

Don't think so (@tstellar might be able to weigh in there) - could include them here if you like, I think that'd be fine.

This revision is now accepted and ready to land.Nov 12 2021, 11:07 AM

You can add release notes to the release/13.x branch still.