================
@@ -318,6 +318,9 @@ namespace {
       if (Diags.hasUnrecoverableErrorOccurred())
         return;
 
+      if (RD->shouldEmitInExternalSource())
----------------
ChuanqiXu9 wrote:

Done. I don't mind doing it really. But what I confuse is, it looks there are a 
lot of codes in CodeGen to decide whether or not to emit the vtable. So it 
looks not like a pure Sema job to me.

https://github.com/llvm/llvm-project/pull/75912
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to