[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 01:44:57 PST 2026
================
@@ -1358,6 +1358,10 @@ def err_pragma_comment_unknown_kind : Error<"unknown kind of pragma comment">;
// PS4 recognizes only #pragma comment(lib)
def warn_pragma_comment_ignored : Warning<"'#pragma comment %0' ignored">,
InGroup<IgnoredPragmas>;
+def warn_pragma_comment_once
+ : Warning<"'#pragma comment %0' "
+ "can be specified only once per translation unit - ignored">,
----------------
tonykuttai wrote:
done
https://github.com/llvm/llvm-project/pull/178184
More information about the cfe-commits
mailing list