[libc-commits] [PATCH] D84469: [libc] Adds implementation for memrchr.

Chris Gyurgyik via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Jul 23 15:39:08 PDT 2020


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

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84469

Files:
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/src/string/CMakeLists.txt
  libc/src/string/memrchr.cpp
  libc/src/string/memrchr.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/memrchr_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84469.280273.patch
Type: text/x-patch
Size: 7896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200723/ec4d0caa/attachment.bin>


More information about the libc-commits mailing list