[clang] [llvm] [Clang][AIX] Add -mloadtime-comment-vars flag to preserve identifying variables (PR #187986)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 16 23:19:22 PDT 2026
================
@@ -1132,6 +1132,7 @@ void CodeGenModule::Release() {
Module *Primary = getContext().getCurrentNamedModule();
if (CXX20ModuleInits && Primary && !Primary->isHeaderLikeModule())
EmitModuleInitializers(Primary);
+
----------------
midhuncodes7 wrote:
Nit: Remove blank line
https://github.com/llvm/llvm-project/pull/187986
More information about the cfe-commits
mailing list