This is an archive of the discontinued LLVM Phabricator instance.

[libc][obvious] add aligned_alloc as entrypoint
ClosedPublic

Authored by michaelrj on Mar 23 2022, 4:37 PM.

Details

Summary

This patch adds aligned_alloc as an entrypoint. Previously it was being
included implicitly.

Diff Detail

Event Timeline

michaelrj created this revision.Mar 23 2022, 4:37 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 23 2022, 4:37 PM
michaelrj requested review of this revision.Mar 23 2022, 4:37 PM
sivachandra accepted this revision.Mar 23 2022, 4:41 PM

You should add a call to aligend_alloc in integration_test.cpp.

This revision is now accepted and ready to land.Mar 23 2022, 4:41 PM
This revision was automatically updated to reflect the committed changes.