[PATCH] D126781: [CodeGen] Keep track info of lazy-emitted symbols in ModuleBuilder

Vassil Vassilev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 09:46:05 PDT 2022


v.g.vassilev added inline comments.


================
Comment at: clang/lib/CodeGen/CodeGenModule.h:1500
+
+    assert(WeakRefReferences.empty() &&
+           "Not all WeakRefRefs have been applied");
----------------
It seems that we forgot to move the `WeakRefReferences`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126781/new/

https://reviews.llvm.org/D126781



More information about the cfe-commits mailing list