[libc-commits] [PATCH] D111762: [libc] add memccpy and mempcpy
Michael Jones via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Oct 14 14:14:11 PDT 2021
michaelrj updated this revision to Diff 379839.
michaelrj marked 4 inline comments as done.
michaelrj added a comment.
fix memccpy implementation to return correctly
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D111762/new/
https://reviews.llvm.org/D111762
Files:
libc/config/linux/x86_64/entrypoints.txt
libc/spec/posix.td
libc/src/string/CMakeLists.txt
libc/src/string/memccpy.cpp
libc/src/string/memccpy.h
libc/src/string/mempcpy.cpp
libc/src/string/mempcpy.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/memccpy_test.cpp
libc/test/src/string/mempcpy_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111762.379839.patch
Type: text/x-patch
Size: 10786 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20211014/41bdb055/attachment.bin>
More information about the libc-commits
mailing list