[reland][libc] Add bcopy
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 1 Dec 2022 10:06:36 +0000 (10:06 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 1 Dec 2022 10:07:04 +0000 (10:07 +0000)
commit436c8f4420a62e7d3601693f4097bc6e6a5ee9f4
treebfea341aeb07a19c98e69ac3b1ae51cf9566b503
parentbcdf590b81cf8ddddcc1bb7a0e41b67e8b568843
[reland][libc] Add bcopy

Differential Revision: https://reviews.llvm.org/D138994
14 files changed:
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 [new file with mode: 0644]
libc/src/string/bcopy.h [new file with mode: 0644]
libc/test/src/string/CMakeLists.txt
libc/test/src/string/bcopy_test.cpp [new file with mode: 0644]
utils/bazel/llvm-project-overlay/libc/BUILD.bazel
utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel