[clang] [C++20] [Modules] [Itanium ABI] Generate the vtable in the module unit of dynamic classes (PR #75912)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 12 13:16:13 PDT 2024
================
@@ -318,6 +318,9 @@ namespace {
if (Diags.hasUnrecoverableErrorOccurred())
return;
+ if (RD->shouldEmitInExternalSource())
----------------
efriedma-quic wrote:
Maybe this check should be part of DefineUsedVTables()?
https://github.com/llvm/llvm-project/pull/75912
More information about the cfe-commits
mailing list