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

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jul 7 15:40:46 PDT 2020


cgyurgyik created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett, mgorny.
Herald added a project: libc-project.

[libc] Adds strchr implementation with unit tests.


Repository:
  rG LLVM Github Monorepo

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/strchr.cpp
  libc/src/string/strchr.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strchr_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83353.276243.patch
Type: text/x-patch
Size: 6158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200707/195a20e0/attachment.bin>


More information about the libc-commits mailing list