[PATCH] D138595: [llvm-cxxfilt] Support Microsoft demangling format

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 29 10:57:44 PST 2022


dblaikie added a comment.

In D138595#3951868 <https://reviews.llvm.org/D138595#3951868>, @dblaikie wrote:

> rather than duplicating the is* functions, what if the demangle functions returned some failure that indicated "this isn't formatted for this mangling scheme" (sort of "pass, I can't demangle this, but I'm not saying it's incorrect, it's just not suitable for this scheme/algorithm/function")?

Ping on this ^?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138595



More information about the llvm-commits mailing list