[PATCH] D50828: Add profiling and canonicalization support to demangler nodes. No functionality change intended.
Zachary Turner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 16 18:55:23 PDT 2018
zturner added a subscriber: erik.pilkington.
zturner added a comment.
Can’t we just use a base class with pure virtual methods, pass it to the
demangle function, implement this in clang, and pass null from libcxxabi?
Moving the whole thing to a header file seems kinda unfortunate.
Repository:
rL LLVM
https://reviews.llvm.org/D50828
More information about the llvm-commits
mailing list