This is an archive of the discontinued LLVM Phabricator instance.

[clang][Interp] Only lazily visit constant globals
ClosedPublic

Authored by tbaeder on Aug 22 2023, 7:51 AM.

Diff Detail

Event Timeline

tbaeder created this revision.Aug 22 2023, 7:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2023, 7:51 AM
tbaeder requested review of this revision.Aug 22 2023, 7:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 22 2023, 7:51 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aaron.ballman accepted this revision.Oct 4 2023, 7:11 AM

LGTM, I suspect this may have to change for constexpr support in C23, but we can burn that bridge when we get to it.

This revision is now accepted and ready to land.Oct 4 2023, 7:11 AM
This revision was landed with ongoing or failed builds.Oct 5 2023, 12:38 AM
This revision was automatically updated to reflect the committed changes.