This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Fix aligned_alloc tests FreeBSD
ClosedPublic

Authored by arichardson on Oct 5 2020, 4:03 AM.

Details

Reviewers
dim
emaste
ldionne
Group Reviewers
Restricted Project
Commits
rG82b0ac4f1f8b: [libc++] Fix aligned_alloc tests FreeBSD
Summary

On FreeBSD we get the following error when passing zero as the requested
alignment: error: requested alignment is not a power of 2

Diff Detail

Event Timeline

arichardson created this revision.Oct 5 2020, 4:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 5 2020, 4:03 AM
Herald added 1 blocking reviewer(s): Restricted Project. · View Herald Transcript
arichardson requested review of this revision.Oct 5 2020, 4:03 AM

fine with me

ldionne accepted this revision.Oct 13 2020, 9:54 AM
This revision is now accepted and ready to land.Oct 13 2020, 9:54 AM
This revision was automatically updated to reflect the committed changes.