[all-commits] [llvm/llvm-project] 3c438f: Revert D136292 "[libc] mem* framework v3"
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu Oct 20 06:59:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c438f611986651083d77b0537dc129e7575bc2a
https://github.com/llvm/llvm-project/commit/3c438f611986651083d77b0537dc129e7575bc2a
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2022-10-20 (Thu, 20 Oct 2022)
Changed paths:
M libc/src/string/memory_utils/CMakeLists.txt
R libc/src/string/memory_utils/README.md
R libc/src/string/memory_utils/op_aarch64.h
R libc/src/string/memory_utils/op_builtin.h
R libc/src/string/memory_utils/op_generic.h
R libc/src/string/memory_utils/op_x86.h
M libc/src/string/memory_utils/utils.h
M libc/test/src/string/memory_utils/CMakeLists.txt
R libc/test/src/string/memory_utils/op_tests.cpp
M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
Log Message:
-----------
Revert D136292 "[libc] mem* framework v3"
This breaks llvm-libc build bots:
- libc-x86_64-debian-dbg-asan
- libc-x86_64-debian-fullbuild-dbg-asan
Address sanitizers fail with "AddressSanitizer: invalid alignment requested in aligned_alloc: 64, alignment must be a power of two and the requested size 0x41 must be a multiple of alignment (thread T0)"
- libc-aarch64-ubuntu-dbg
- libc-aarch64-ubuntu-fullbuild-dbg
https://lab.llvm.org/buildbot/#/builders/223/builds/8877/steps/7/logs/stdio
- libc-arm32-debian-dbg
https://lab.llvm.org/buildbot/#/builders/229/builds/5201/steps/7/logs/stdio
This reverts commit 903cc71a82431d79e5fb541946a9e7c93750e374.
More information about the All-commits
mailing list