This is an archive of the discontinued LLVM Phabricator instance.

[libc++][AIX] Alignment of bool on AIX is 1
ClosedPublic

Authored by sfertile on Oct 19 2021, 11:06 AM.

Details

Reviewers
ldionne
daltenty
Group Reviewers
Restricted Project
Commits
rGe068c84762ac: [libc++][AIX] Alignment of bool on AIX is 1
Summary

Update test so that we check for a 1 byte alignment on AIX PPC32.

Diff Detail

Event Timeline

sfertile requested review of this revision.Oct 19 2021, 11:06 AM
sfertile created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 19 2021, 11:06 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Oct 21 2021, 6:59 AM
This revision is now accepted and ready to land.Oct 21 2021, 6:59 AM
sfertile updated this revision to Diff 386158.Nov 10 2021, 7:30 AM

Rebased to trigger CI.

This revision was landed with ongoing or failed builds.Nov 10 2021, 10:03 AM
This revision was automatically updated to reflect the committed changes.