[all-commits] [llvm/llvm-project] 9a8d64: Revert "[libc] Separate memcpy implementations per...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Feb 14 08:15:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a8d64a66a15327e210d68d78984da972323cc71
https://github.com/llvm/llvm-project/commit/9a8d64a66a15327e210d68d78984da972323cc71
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M libc/src/string/memory_utils/CMakeLists.txt
R libc/src/string/memory_utils/aarch64/memcpy_implementations.h
M libc/src/string/memory_utils/memcpy_implementations.h
R libc/src/string/memory_utils/x86_64/memcpy_implementations.h
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
Revert "[libc] Separate memcpy implementations per arch"
Reverting as it broke downstream users.
This reverts commit 26541d4176346f8510302c74d6f3b958a4e523db.
More information about the All-commits
mailing list