[all-commits] [llvm/llvm-project] 298843: [libc][test] Drastically reduce mem test runtime
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Thu May 25 08:05:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 298843cd66334d7af5e53099f95b500e42c42317
https://github.com/llvm/llvm-project/commit/298843cd66334d7af5e53099f95b500e42c42317
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2023-05-25 (Thu, 25 May 2023)
Changed paths:
M libc/test/src/string/bcmp_test.cpp
M libc/test/src/string/bcopy_test.cpp
M libc/test/src/string/bzero_test.cpp
M libc/test/src/string/memcmp_test.cpp
M libc/test/src/string/memcpy_test.cpp
M libc/test/src/string/memmove_test.cpp
M libc/test/src/string/memory_utils/memory_check_utils.h
M libc/test/src/string/memset_test.cpp
M utils/bazel/llvm-project-overlay/libc/test/src/string/BUILD.bazel
Log Message:
-----------
[libc][test] Drastically reduce mem test runtime
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D151450
More information about the All-commits
mailing list