[flang-commits] [flang] [Flang] Adjust pass plugin support to match Clang (PR #174006)
Kelvin Li via flang-commits
flang-commits at lists.llvm.org
Fri Jan 16 07:56:07 PST 2026
kkwli wrote:
> @kkwli Thanks for reporting. The underlying problem is the same as for the other tests: all kinds of plugins appear to be broken on AIX. This PR just changed that the test is actually executed on most platforms. I suppose the fix is to just XFAIL the test.
>
> Are there other broken tests as well? I would appreciate such reports, especially from non-mainstream platforms like AIX that at least I can't access, to have more details.
@aengelke Thanks. These tests are the ones that I found so far. I will update https://github.com/llvm/llvm-project/issues/172203 with the different symptom. I will also post a PR to add `XFAIL: system-aix` the tests in `flang/test/Examples/*`.
https://github.com/llvm/llvm-project/pull/174006
More information about the flang-commits
mailing list