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

Caslyn Tonelli via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Apr 11 14:11:50 PDT 2023


This revision was automatically updated to reflect the committed changes.
Closed by commit rG718729e9971d: [libc] Add memmem implementation (authored by Caslyn).

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.512579.patch
Type: text/x-patch
Size: 15601 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230411/b4b531f6/attachment-0001.bin>


More information about the libc-commits mailing list