[libc-commits] [libc] Create a poor-developer's msan for libc wide read functions. (PR #170586)
Connector Switch via libc-commits
libc-commits at lists.llvm.org
Wed Dec 3 18:14:03 PST 2025
================
@@ -110,5 +110,15 @@ add_libc_test(
libc.src.strings.strncasecmp_l
)
+add_libc_test(
+ wide_read_memory_test
+ SUITE
+ libc-strings-tests
+ SRCS
+ wide_read_memory_test.cpp
----------------
c8ef wrote:
Is this file supposed to be committed? It's missing.
https://github.com/llvm/llvm-project/pull/170586
More information about the libc-commits
mailing list