[PATCH] D113750: [docs] Mention Rust v0 demangling support in release notes

Tomasz Miąsko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 12 03:54:24 PST 2021


tmiasko created this revision.
tmiasko added reviewers: dblaikie, jhenderson.
Herald added a subscriber: JDevlieghere.
tmiasko requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113750

Files:
  llvm/docs/ReleaseNotes.rst


Index: llvm/docs/ReleaseNotes.rst
===================================================================
--- llvm/docs/ReleaseNotes.rst
+++ llvm/docs/ReleaseNotes.rst
@@ -152,7 +152,8 @@
 Changes to the LLVM tools
 ---------------------------------
 
-* ...
+* llvm-nm and llvm-symbolizer now demangle symbols using Rust v0 mangling
+  scheme.
 
 Changes to LLDB
 ---------------------------------


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113750.386786.patch
Type: text/x-patch
Size: 395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211112/398605bf/attachment.bin>


More information about the llvm-commits mailing list