[clang] [llvm] [PowerPC][AIX] Support #pragma comment copyright for AIX (PR #178184)

Wael Yehia via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 8 08:10:33 PDT 2026


================
@@ -2499,6 +2510,11 @@ PassBuilder::buildO0DefaultPipeline(OptimizationLevel Level,
   if (EnableInstrumentor)
     MPM.addPass(InstrumentorPass(FS));
 
+  // Lower !comment_string.loadtime metadata to a concrete TU-local string
+  // global. Running at the end of the O0 pipeline ensures all functions
+  // including AlwaysInliner-generated ones are captured.
----------------
w2yehia wrote:

```suggestion
```
No need to say anything or at most say `Lower !comment_string.loadtime metadata.`
Also AlwaysInliner do not generate new functions.

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


More information about the cfe-commits mailing list