[libc-commits] [PATCH] D154770: [libc][NFC] Move memfunction's byte per byte implementations to a separate header

Guillaume Chatelet via Phabricator via libc-commits libc-commits at lists.llvm.org
Sat Jul 8 09:29:08 PDT 2023


gchatelet created this revision.
Herald added projects: libc-project, All.
Herald added a subscriber: libc-commits.
gchatelet requested review of this revision.

There will be subsequent patches to move things around and make the file layout more principled.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D154770

Files:
  libc/src/string/memory_utils/CMakeLists.txt
  libc/src/string/memory_utils/bcmp_implementations.h
  libc/src/string/memory_utils/generic/byte_per_byte.h
  libc/src/string/memory_utils/memcmp_implementations.h
  libc/src/string/memory_utils/memcpy_implementations.h
  libc/src/string/memory_utils/memmove_implementations.h
  libc/src/string/memory_utils/memset_implementations.h
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154770.538375.patch
Type: text/x-patch
Size: 14461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230708/f5038798/attachment-0001.bin>


More information about the libc-commits mailing list