================
@@ -2538,6 +2538,11 @@ void CIRGenModule::emitTopLevelDecl(Decl *decl) {
emitDeclContext(cast<ExportDecl>(decl));
break;
+ case Decl::Import:
+ // Nothing to emit for C++20 module imports. Initializers run through
----------------
andykaylor wrote:
Classic codegen has a lot of code here. Can you explain to me why you don't
think CIR needs it?
https://github.com/llvm/llvm-project/pull/221720
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits