As part of the effort to improve AIX support, regression test coverage misses quite a lot for AIX subtarget. This patch adds AIX triple to those don't need extra change, and we can cover more cases in following commits.
Details
Details
- Reviewers
steven.zhang nemanjai jsji - Group Reviewers
Restricted Project - Commits
- rG2d9890775f52: [PowerPC] [NFC] Add AIX triple to some regression tests
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It surprises to me that you didn't see the difference between LE and AIX, which doesn't make sense to me. Please double confirm to see if there is any conflict when update the test with the script.
Comment Actions
I pre-committed a change updating tests marked auto-generated (except those have extra combining/scheduling log check) and rebased this patch. So these cases won't change again after running the script. I plan this patch as first step to improve AIX test coverage, so this includes only cases which don't need extra prefix. And I'll add others in following commits.