[clang] [llvm] [PowerPC][AIX] Support #pragma comment copyright for AIX (PR #178184)
Tony Varghese via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 18 02:47:15 PST 2026
================
@@ -3264,7 +3267,8 @@ void PragmaDetectMismatchHandler::HandlePragma(Preprocessor &PP,
/// \code
/// #pragma comment(linker, "foo")
/// \endcode
-/// 'linker' is one of five identifiers: compiler, exestr, lib, linker, user.
+/// 'linker' is one of six identifiers: compiler, exestr, lib, linker, user,
+/// copyright.
----------------
tonykuttai wrote:
done
https://github.com/llvm/llvm-project/pull/178184
More information about the cfe-commits
mailing list