This is an archive of the discontinued LLVM Phabricator instance.

[CallGraphUpdater] Removed references to calles when deleting function
ClosedPublic

Authored by sdmitriev on May 4 2020, 5:27 PM.

Details

Summary

Otherwise we can get unaccounted references to call graph nodes.

Diff Detail

Event Timeline

sdmitriev created this revision.May 4 2020, 5:27 PM
Herald added a project: Restricted Project. · View Herald Transcript
jdoerfert accepted this revision.May 4 2020, 6:27 PM

LGTM. Thanks!

(I think the other actions on the old CG have to be cached as well, I have some patches locally I have to clean up).

This revision is now accepted and ready to land.May 4 2020, 6:27 PM
This revision was automatically updated to reflect the committed changes.