Skip to content

Commit 3c438f6

Browse files
committed
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 903cc71.
1 parent fb4cedc commit 3c438f6

File tree

10 files changed

+3
-1572
lines changed

10 files changed

+3
-1572
lines changed

libc/src/string/memory_utils/CMakeLists.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,13 @@
22
add_header_library(
33
memory_utils
44
HDRS
5+
utils.h
6+
elements.h
57
bcmp_implementations.h
68
bzero_implementations.h
7-
elements.h
89
memcmp_implementations.h
910
memcpy_implementations.h
1011
memset_implementations.h
11-
op_aarch64.h
12-
op_builtin.h
13-
op_generic.h
14-
op_x86.h
15-
utils.h
1612
DEPS
1713
libc.src.__support.CPP.bit
1814
)

libc/src/string/memory_utils/README.md

Lines changed: 0 additions & 97 deletions
This file was deleted.

libc/src/string/memory_utils/op_aarch64.h

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)