[libc-commits] [PATCH] D147822: [libc] Add memmem implementation

Caslyn Tonelli via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Apr 10 14:21:34 PDT 2023


Caslyn updated this revision to Diff 512262.
Caslyn added a comment.

Add back strstr_implementations to call memmmem_implementation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147822

Files:
  libc/config/baremetal/arm/entrypoints.txt
  libc/config/darwin/arm/entrypoints.txt
  libc/config/darwin/x86_64/entrypoints.txt
  libc/config/gpu/entrypoints.txt
  libc/config/linux/aarch64/entrypoints.txt
  libc/config/linux/arm/entrypoints.txt
  libc/config/linux/riscv64/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/memmem.cpp
  libc/src/string/memmem.h
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/memmem_implementations.h
  libc/src/string/memory_utils/strstr_implementations.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/memmem_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147822.512262.patch
Type: text/x-patch
Size: 15617 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230410/ee7a86ca/attachment-0001.bin>


More information about the libc-commits mailing list