[libc-commits] [PATCH] D147346: [libc] Add strchrnul implementation
Haowei Wu via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon Apr 3 11:08:41 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbc2b1614081c: [libc] Add strchrnul implementation (authored by Caslyn, committed by haowei).
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.510563.patch
Type: text/x-patch
Size: 10668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230403/4e79cd37/attachment.bin>
More information about the libc-commits
mailing list