This is an archive of the discontinued LLVM Phabricator instance.

[ThinLTO] Remove too aggressive assertion in building function call graph.
ClosedPublic

Authored by vsapsai on Nov 14 2017, 4:16 PM.

Details

Summary

The assertion was introduced in r317853 but there are cases when a call
isn't handled either as direct or indirect. In this case we add a
reference graph edge but not a call graph edge.

Diff Detail

Repository
rL LLVM

Event Timeline

vsapsai created this revision.Nov 14 2017, 4:16 PM
tejohnson accepted this revision.Nov 14 2017, 6:35 PM

LGTM
Thanks!

This revision is now accepted and ready to land.Nov 14 2017, 6:35 PM
This revision was automatically updated to reflect the committed changes.