[libc-commits] [libc] [libc] Expand usage of libc null checks. (PR #116262)
Aly ElAshram via libc-commits
libc-commits at lists.llvm.org
Fri Feb 7 16:20:15 PST 2025
================
@@ -374,7 +383,7 @@ add_libc_test(
libc.src.string.memset_explicit
)
-add_libc_multi_impl_test(memcmp libc-string-tests SRCS memcmp_test.cpp)
+add_libc_multi_impl_test(memcmp UNIT_TEST_ONLY libc-string-tests SRCS memcmp_test.cpp)
----------------
AlyElashram wrote:
Also regarding the tests I build with the `-DLLVM_LIBC_FULL_BUILD=ON` flag , and then `ninja libc libm check-libc` is this the correct way to simulate a full build test run locally ?
https://github.com/llvm/llvm-project/pull/116262
More information about the libc-commits
mailing list