[libc-commits] [PATCH] D138994: [libc] Add bcopy

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Thu Dec 1 01:51:52 PST 2022


gchatelet updated this revision to Diff 479199.
gchatelet added a comment.

- move definition in libc extensions


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138994

Files:
  libc/config/darwin/arm/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/docs/strings.rst
  libc/spec/llvm_libc_ext.td
  libc/src/string/CMakeLists.txt
  libc/src/string/bcopy.cpp
  libc/src/string/bcopy.h
  libc/test/src/string/CMakeLists.txt
  libc/test/src/string/bcopy_test.cpp
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel
  utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138994.479199.patch
Type: text/x-patch
Size: 10123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221201/95bd728f/attachment.bin>


More information about the libc-commits mailing list