[libc-commits] [libc] [libc] Expand usage of libc null checks. (PR #116262)

via libc-commits libc-commits at lists.llvm.org
Sat May 31 10:40:45 PDT 2025


================
@@ -20,6 +20,7 @@ add_libc_test(
 
 add_libc_test(
   mempcpy_test
+  UNIT_TEST_ONLY
----------------
lntue wrote:

You shouldn't need `UNIT_TEST_ONLY` for these tests any more.  https://github.com/llvm/llvm-project/pull/142085 disables these death tests for hermetic tests.

https://github.com/llvm/llvm-project/pull/116262


More information about the libc-commits mailing list