align_val_t is not supported on z/OS, it causes failure on z/OS. similar to https://reviews.llvm.org/rGd0fe294729a2ac45625ed45a5619c8405a14db49 , we will need to disable those test cases on z/OS platform
Details
Details
- Reviewers
uweigand SeanP DanielMcIntosh-IBM muiez fanbo-meng - Group Reviewers
Restricted Project - Commits
- rG3dc39f282996: [SystemZ][z/OS][libcxx]: Disable align_val_t test cases on z/OS
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@ldionne hi Louis, any question regarding to this PR, I noticed you reviewed similar changes before. Thanks.
Comment Actions
Landed since this patch is a continuation of https://reviews.llvm.org/rGd0fe294729a2ac45625ed45a5619c8405a14db49, which has been reviewed (by libc++) and landed as well.