This is an archive of the discontinued LLVM Phabricator instance.

[libc] add isascii and toascii implementations
ClosedPublic

Authored by michaelrj on Jan 12 2021, 2:45 PM.

Details

Summary

adding both at once since these are trivial functions.

Diff Detail

Event Timeline

michaelrj created this revision.Jan 12 2021, 2:45 PM
michaelrj requested review of this revision.Jan 12 2021, 2:45 PM
michaelrj updated this revision to Diff 316250.Jan 12 2021, 3:00 PM

add the functions to the spec in the correct places,
and add them to the entrypoints list for aarch64

sivachandra accepted this revision.Jan 12 2021, 3:02 PM
This revision is now accepted and ready to land.Jan 12 2021, 3:02 PM
This revision was automatically updated to reflect the committed changes.