This is an archive of the discontinued LLVM Phabricator instance.

[libc] clean up printf error codes
ClosedPublic

Authored by michaelrj on Jun 28 2022, 3:09 PM.

Details

Summary

Move the constants for printf's return values into core_structs, and
update the converters to match.

Diff Detail

Event Timeline

michaelrj created this revision.Jun 28 2022, 3:09 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 28 2022, 3:09 PM
michaelrj requested review of this revision.Jun 28 2022, 3:09 PM
lntue accepted this revision.Jun 29 2022, 7:14 AM
This revision is now accepted and ready to land.Jun 29 2022, 7:14 AM
michaelrj updated this revision to Diff 443788.Jul 11 2022, 4:49 PM

rebase to include float hex changes

This revision was landed with ongoing or failed builds.Jul 11 2022, 4:49 PM
This revision was automatically updated to reflect the committed changes.