[libc-commits] [PATCH] D83956: [libc] Add strstr implementation.
Chris Gyurgyik via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Jul 16 08:33:23 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.
[libc] Adds a simple strstr implementation that uses strlen, as well as unit tests. This will be improved in follow-up revisions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83956
Files:
libc/config/linux/aarch64/entrypoints.txt
libc/config/linux/x86_64/entrypoints.txt
libc/src/string/CMakeLists.txt
libc/src/string/strstr.cpp
libc/src/string/strstr.h
libc/test/src/string/CMakeLists.txt
libc/test/src/string/strstr_test.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83956.278500.patch
Type: text/x-patch
Size: 8939 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20200716/c1810093/attachment-0001.bin>
More information about the libc-commits
mailing list