[clang] [llvm] [Clang][AIX] Add -mloadtime-comment-vars flag to preserve identifying variables (PR #187986)

via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 17 07:39:53 PDT 2026


================
@@ -6510,6 +6510,98 @@ When `#pragma comment(copyright, ...)` appears in a C++20 module interface
 unit, the copyright string is embedded only in the object file compiled from
 that interface unit. Importing TUs do not re-emit the string.
 
+### Preserving Identifying Variables with -mloadtime-comment-vars
----------------
midhuncodes7 wrote:

This update is in LanguageExtensions.md
I wanted to check if `clang/docs/ReleaseNotes.rst` needs update?

https://github.com/llvm/llvm-project/pull/187986


More information about the cfe-commits mailing list