[PATCH] D138595: [llvm-cxxfilt] Support Microsoft demangling format
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 26 12:02:12 PST 2022
dblaikie added a comment.
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")?
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