[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:40:33 PDT 2026
================
@@ -36,7 +36,7 @@ enum class Group;
enum {
DIAG_SIZE_COMMON = 300,
DIAG_SIZE_DRIVER = 400,
- DIAG_SIZE_FRONTEND = 200,
+ DIAG_SIZE_FRONTEND = 300,
----------------
midhuncodes7 wrote:
Okay, this change be removed under this PR then
https://github.com/llvm/llvm-project/pull/187986
More information about the cfe-commits
mailing list