[PATCH] D111937: [llvm-nm] Demangle Rust symbols

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 00:48:09 PDT 2021


jhenderson accepted this revision.
jhenderson added a comment.

LGTM.

I had some concern about this now meaning some names getting demangled when they shouldn't be, but at the same time, such names would only come from C code, and those names are reserved by the compiler. I guess in such a situation, the user could just not use the --demangle option.

Perhaps worth a release note?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111937/new/

https://reviews.llvm.org/D111937



More information about the llvm-commits mailing list