[libc-commits] [PATCH] D147346: [libc] Add strchrnul implementation
Caslyn Tonelli via Phabricator via libc-commits
libc-commits at lists.llvm.org
Fri Mar 31 14:28:22 PDT 2023
Caslyn updated this revision to Diff 510131.
Caslyn marked an inline comment as done.
Caslyn added a comment.
- Corrected `IntType` parameter
- Removed `strchr` dep, copied in logic
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147346/new/
https://reviews.llvm.org/D147346
Files:
libc/config/baremetal/arm/entrypoints.txt
libc/config/darwin/arm/entrypoints.txt
libc/config/darwin/x86_64/entrypoints.txt
libc/config/gpu/entrypoints.txt
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/arm/entrypoints.txt
libc/config/linux/riscv64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/config/windows/entrypoints.txt
libc/spec/gnu_ext.td
libc/src/string/CMakeLists.txt
libc/src/string/strchrnul.cpp
libc/src/string/strchrnul.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strchr_test.cpp
libc/test/src/string/strchrnul_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147346.510131.patch
Type: text/x-patch
Size: 10759 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230331/765d18c5/attachment.bin>
More information about the libc-commits
mailing list