This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG58c94808450d: [CodeGen] Consider MangleCtx when move lazy
emission States (authored by junaire).
Repository:
rG LLVM Github Monorepo
CHANGES SINC
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
I think this seems reasonable. I suspect we'll need to do more plumbing here
if we need to support snapshotting / resetting to a snapshot, but this probably
isn't the only place, and the
v.g.vassilev added reviewers: rsmith, rjmccall.
v.g.vassilev added a comment.
Let's add more reviewers.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130420/new/
https://reviews.llvm.org/D130420
___
cfe-
junaire created this revision.
junaire added a reviewer: v.g.vassilev.
Herald added a project: All.
junaire requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Also move MangleCtx when moving some lazy emission states in
CodeGenModule. Without