[libc-commits] [PATCH] D136687: [libc][NFC] move memmove implementation

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Tue Oct 25 07:37:26 PDT 2022


gchatelet created this revision.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
gchatelet requested review of this revision.

Moving memmove implementation to its own file for symmetry with other mem functions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D136687

Files:
  libc/src/string/CMakeLists.txt
  libc/src/string/memmove.cpp
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/memmove_implementations.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136687.470488.patch
Type: text/x-patch
Size: 8205 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20221025/132d58da/attachment.bin>


More information about the libc-commits mailing list