This is an archive of the discontinued LLVM Phabricator instance.

[libc] Make errno an entrypoint.
ClosedPublic

Authored by sivachandra on Mar 2 2023, 12:45 PM.

Details

Summary

The entrypoint has been added to the various entrypoint lists. The libc
code style doc has been updated with information on how errno should be
set from the libc runtime code.

Diff Detail

Event Timeline

sivachandra created this revision.Mar 2 2023, 12:45 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 2 2023, 12:45 PM
sivachandra requested review of this revision.Mar 2 2023, 12:45 PM
lntue accepted this revision.Mar 2 2023, 5:09 PM
This revision is now accepted and ready to land.Mar 2 2023, 5:09 PM

Exclude errno from api-test.

This revision was automatically updated to reflect the committed changes.