[PATCH] D31451: New C++ function name parsing logic
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 25 02:15:43 PST 2018
labath added a comment.
This code is processing demangled names. Since you say (I could not get my demangler to process it either) the symbol demangles to a multi-megabyte name, we can probably make the cutoff even longer then 1000 bytes.
OTOH, if we abort demangling of such names in the first place, then this code will not even get used.
Repository:
rL LLVM
https://reviews.llvm.org/D31451
More information about the llvm-commits
mailing list