This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Assert that EmittedDeferredDecls is empty
ClosedPublic

Authored by Hahnfeld on Jul 31 2023, 2:54 AM.

Details

Summary

Its contents are transferred into DeferredDecls in Release(), so it
should be empty in moveLazyEmissionStates(). This matches the code
downstream in Cling.

Diff Detail

Event Timeline

Hahnfeld created this revision.Jul 31 2023, 2:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 2:54 AM
Hahnfeld requested review of this revision.Jul 31 2023, 2:54 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 31 2023, 2:54 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.Jul 31 2023, 3:12 AM
This revision was automatically updated to reflect the committed changes.