[libc-commits] [libc] [libc] Expand usage of libc null checks. (PR #116262)
Aly ElAshram via libc-commits
libc-commits at lists.llvm.org
Sun Dec 22 14:18:08 PST 2024
================
@@ -768,7 +768,7 @@ function(add_libc_test test_name)
endfunction(add_libc_test)
# Tests all implementations that can run on the target CPU.
-function(add_libc_multi_impl_test name suite)
+function(add_libc_multi_impl_test unit_test_only name suite)
----------------
AlyElashram wrote:
I'm a bit unsure of the change here , can you please check this part out before I expand the usage of it to other tests.
@nickdesaulniers @michaelrj-google
https://github.com/llvm/llvm-project/pull/116262
More information about the libc-commits
mailing list