[PATCH] D50828: Add profiling and canonicalization support to demangler nodes. No functionality change intended.
Richard Smith - zygoloid via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 16 16:10:02 PDT 2018
rsmith added a comment.
Changes to move Demangle library under Support are here: https://reviews.llvm.org/D50875
I don't believe there is any compiler-rt / libc++abi impact: libc++abi has its own copy of the demangler that is notionally separately maintained but actually is kept in sync with the one in LLVM.
Repository:
rL LLVM
https://reviews.llvm.org/D50828
More information about the llvm-commits
mailing list