================
@@ -1077,6 +1077,13 @@ void CodeGenModule::Release() {
   Module *Primary = getContext().getCurrentNamedModule();
   if (CXX20ModuleInits && Primary && !Primary->isHeaderLikeModule())
     EmitModuleInitializers(Primary);
----------------
hubert-reinterpretcast wrote:

> @hubert-reinterpretcast if you have any comments/suggestions?

Although it is unlikely that users will have need for cases that require using 
a mangled name, I agree with the mangled name suggestion (as opposed to 
spending time creating a design with limitations).

https://github.com/llvm/llvm-project/pull/187986
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to