[libc-commits] [PATCH] D83353: [libc] Add strchr implementation.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Fri Jul 10 11:31:13 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGa4f0c58c6e3f: [libc] Add strchr implementation. Fixes bug in memchr. (authored by cgyurgyik).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83353/new/

https://reviews.llvm.org/D83353

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/string/CMakeLists.txt
  libc/src/string/memchr.cpp
  libc/src/string/strchr.cpp
  libc/src/string/strchr.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/memchr_test.cpp
  libc/test/src/string/strchr_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83353.277112.patch
Type: text/x-patch
Size: 8297 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200710/86f3546a/attachment-0001.bin>


More information about the libc-commits mailing list