[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:07 PST 2026


================
@@ -3331,6 +3353,10 @@ void PragmaCommentHandler::HandlePragma(Preprocessor &PP,
     return;
   }
 
+  // Accept and ignore well-formed copyright with empty string.
----------------
tonykuttai wrote:

done

https://github.com/llvm/llvm-project/pull/178184


More information about the cfe-commits mailing list