This is an archive of the discontinued LLVM Phabricator instance.

Fix PR25101 - Handle anonymous functions without VST entries
ClosedPublic

Authored by tejohnson on Oct 9 2015, 9:00 AM.

Details

Summary

The change to use the VST function entries for lazy deserialization did
not handle the case of anonymous functions without aliases. In that case
we must fall back to scanning the function blocks as there is no VST
entry.

Diff Detail

Repository
rL LLVM

Event Timeline

tejohnson updated this revision to Diff 36957.Oct 9 2015, 9:00 AM
tejohnson retitled this revision from to Fix PR25101 - Handle anonymous functions without VST entries.
tejohnson updated this object.
tstellarAMD accepted this revision.Oct 9 2015, 6:23 PM
tstellarAMD added a reviewer: tstellarAMD.

I have tested and verified that this fixes PR25101, but I have not reviewed the code.

This revision is now accepted and ready to land.Oct 9 2015, 6:23 PM
This revision was automatically updated to reflect the committed changes.