[clang] [llvm] [Clang][AIX] Add -mloadtime-comment-vars flag to preserve identifying variables (PR #187986)
Hubert Tong via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 25 06:07:49 PDT 2026
================
@@ -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
More information about the cfe-commits
mailing list