[clang] Reland [C++20] [Modules] [Itanium ABI] Generate the vtable in the mod… (PR #102287)
Chuanqi Xu via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 7 20:15:14 PDT 2024
================
@@ -5163,6 +5168,13 @@ void ASTWriter::PrepareWritingSpecialDecls(Sema &SemaRef) {
// Write all of the DeclsToCheckForDeferredDiags.
for (auto *D : SemaRef.DeclsToCheckForDeferredDiags)
GetDeclRef(D);
+
+ // Write all classes need to emit the vtable definitions if required.
----------------
ChuanqiXu9 wrote:
Done
https://github.com/llvm/llvm-project/pull/102287
More information about the cfe-commits
mailing list