[Lldb-commits] [PATCH] D136306: [WIP][lldb][CPlusPlus] Add abi_tag support to the CPlusPlusNameParser
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Oct 19 17:19:18 PDT 2022
Michael137 added a comment.
Herald added a subscriber: JDevlieghere.
Would really be nice not to have to do this. Especially because it looks like only the LLVM demangler prints out the ABI tags (though other vendors may start doing the same at some point)
This is partly educational to see what we'd have to do to support demangled names with abi-tags
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136306/new/
https://reviews.llvm.org/D136306
More information about the lldb-commits
mailing list