[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
================
@@ -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:
Should the ReleaseNotes also be updated? Ignore if not necessary.
https://github.com/llvm/llvm-project/pull/187986
More information about the cfe-commits
mailing list