[libc-commits] [PATCH] D94558: [libc] add isascii and toascii implementations
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue Jan 12 15:00:39 PST 2021
michaelrj updated this revision to Diff 316250.
michaelrj added a comment.
add the functions to the spec in the correct places,
and add them to the entrypoints list for aarch64
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94558/new/
https://reviews.llvm.org/D94558
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/spec/gnu_ext.td
libc/spec/posix.td
libc/src/ctype/CMakeLists.txt
libc/src/ctype/isascii.cpp
libc/src/ctype/isascii.h
libc/src/ctype/toascii.cpp
libc/src/ctype/toascii.h
libc/test/src/ctype/CMakeLists.txt
libc/test/src/ctype/isascii_test.cpp
libc/test/src/ctype/toascii_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94558.316250.patch
Type: text/x-patch
Size: 8622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20210112/db86d3ae/attachment-0001.bin>
More information about the libc-commits
mailing list