[PATCH] D83370: [CallGraph] Ignore callback uses
Giorgis Georgakoudis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 8 10:57:02 PDT 2020
ggeorgakoudis added a comment.
In D83370#2138377 <https://reviews.llvm.org/D83370#2138377>, @lebedev.ri wrote:
> I may be missing context, but this may be missing some wording.
> *Why* should they not be in the callgraph?
Thanks for the comment. The callback function is in the callgraph but it is not added to the ExternalCallingNode. I have updated the commit message to include more information.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83370/new/
https://reviews.llvm.org/D83370
More information about the llvm-commits
mailing list