[all-commits] [llvm/llvm-project] a5f4f1: [libc][NFC] move memmove implementation

Guillaume Chatelet via All-commits all-commits at lists.llvm.org
Wed Nov 16 02:42:46 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a5f4f12b5e8f461cec263d61fda0bca83f290605
      https://github.com/llvm/llvm-project/commit/a5f4f12b5e8f461cec263d61fda0bca83f290605
  Author: Guillaume Chatelet <gchatelet at google.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

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

  Log Message:
  -----------
  [libc][NFC] move memmove implementation

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

Differential Revision: https://reviews.llvm.org/D136687




More information about the All-commits mailing list