[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:34 PDT 2026
================
@@ -0,0 +1,67 @@
+; RUN: rm -rf %t && mkdir %t
----------------
w2yehia wrote:
AFAIU, this testcase doesn't exercise anything specific to this feature in LTO, so I would expect that if anything breaks here, it will be caught by other existing LTO tests (unrelated to pragma copyright).
Also, if the LowerCommentStringPass is ever changed to generate different IR, this testcase will continue to pass, and we will need to remember to update it (to reflect new output IR).
So I'm in favor of removing this test.
https://github.com/llvm/llvm-project/pull/178184
More information about the cfe-commits
mailing list