[libc-commits] [PATCH] D82724: [libc] Add memchr implementation.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Jul 7 13:12:26 PDT 2020


cgyurgyik updated this revision to Diff 276192.
cgyurgyik marked 5 inline comments as done.

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82724

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82724.276192.patch
Type: text/x-patch
Size: 8735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200707/a901ee5d/attachment.bin>


More information about the libc-commits mailing list