[PATCH] D142518: [libc] Implement strcasestr

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 24 16:27:09 PST 2023


abrachet created this revision.
abrachet added reviewers: michaelrj, sivachandra, lntue.
Herald added subscribers: ecnelises, tschuett.
Herald added a project: All.
abrachet requested review of this revision.

https://reviews.llvm.org/D142518

Files:
  libc/config/baremetal/entrypoints.txt
  libc/config/darwin/arm/entrypoints.txt
  libc/config/gpu/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/arm/entrypoints.txt
  libc/config/linux/x86_64/entrypoints.txt
  libc/config/windows/entrypoints.txt
  libc/spec/gnu_ext.td
  libc/src/string/CMakeLists.txt
  libc/src/string/strcasestr.cpp
  libc/src/string/strcasestr.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/strcasestr_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142518.491955.patch
Type: text/x-patch
Size: 7628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230125/e74598c0/attachment.bin>


More information about the llvm-commits mailing list