Revert "Also move WeakRefReferences in CodeGenModule::moveLazyEmssionStates"

This reverts commit 0ecbedc098.

Parent change broke the ASan buildbot. See
https://reviews.llvm.org/D126781 for more information.
This commit is contained in:
Mitch Phillips 2022-06-13 09:49:07 -07:00
parent cc020a2236
commit d90eecff5c
1 changed files with 0 additions and 2 deletions

View File

@ -1499,8 +1499,6 @@ public:
assert(WeakRefReferences.empty() &&
"Not all WeakRefRefs have been applied");
NewBuilder->WeakRefReferences = std::move(WeakRefReferences);
NewBuilder->TBAA = std::move(TBAA);
}