[clang] [llvm] [PowerPC][AIX] Support #pragma comment copyright for AIX (PR #178184)
Tony Varghese via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 13 03:49:01 PDT 2026
================
@@ -7793,7 +7838,11 @@ void CodeGenModule::EmitTopLevelDecl(Decl *D) {
AppendLinkerOptions(PCD->getArg());
break;
case PCK_Lib:
- AddDependentLib(PCD->getArg());
+ AddDependentLib(PCD->getArg());
----------------
tonykuttai wrote:
done
https://github.com/llvm/llvm-project/pull/178184
More information about the cfe-commits
mailing list