[clang] [llvm] [PowerPC][AIX] Support #pragma comment copyright for AIX (PR #178184)
Tony Varghese via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 9 23:08:06 PST 2026
================
@@ -3305,6 +3315,18 @@ void PragmaCommentHandler::HandlePragma(Preprocessor &PP,
return;
}
+ // On AIX, pragma comment copyright can each appear only once in a TU.
+ if (Kind == PCK_Copyright) {
----------------
tonykuttai wrote:
done
https://github.com/llvm/llvm-project/pull/178184
More information about the cfe-commits
mailing list