[libc-commits] [libc] [libc][arc4random][patch 2/4] add ABA protected MPMCStack (PR #151361)
via libc-commits
libc-commits at lists.llvm.org
Wed Aug 13 23:14:28 PDT 2025
================
@@ -2,3 +2,18 @@ add_subdirectory(threads)
if(LIBC_TARGET_OS_IS_GPU)
add_subdirectory(GPU)
endif()
+
+add_libc_integration_test_suite(libc-support-integration-tests)
+
+add_integration_test(
----------------
lntue wrote:
Do we need to limit the target OS for this test?
https://github.com/llvm/llvm-project/pull/151361
More information about the libc-commits
mailing list