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

Tony Varghese via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 19 03:39:07 PDT 2026


tonykuttai wrote:

> I think it's better to have a single representation in IR for the two FE interfaces, and have the lowering pass handle one representation.

Thanks Wael. I have updated the design in #178184 and which means we dont need any changes to the `LowerCommentStringPass` as it will work soley based on the `loadtime_comment` metadata. 

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


More information about the cfe-commits mailing list