AIX has different layout dumping format from other itanium abis.
And for these two cases, use regex to match AIX format.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Sure we can also do that. May I ask is that because we prefer letting AIX support as many LIT testcases as possible?
Comment Actions
Yes. In particular, if there was a reason for these cases to get expanded in the future, we'd like AIX to be tested as well.
Comment Actions
LGTM with suggestion.
clang/test/Layout/itanium-pack-and-align.cpp | ||
---|---|---|
19–20 | If it works, use ? in place of *. Do also for all of the other cases. |
If it works, use ? in place of *. Do also for all of the other cases.