[libc-commits] [libc] [llvm] [libc] Port process utilities to hermetic mode and enable some tests (PR #209999)

via libc-commits libc-commits at lists.llvm.org
Thu Jul 16 07:17:26 PDT 2026


================
@@ -778,6 +778,18 @@ function(add_libc_hermetic test_name)
       libc.src.string.memset
       libc.src.strings.bcmp
       libc.src.strings.bzero
+      # Syscalls used by death tests.
+      libc.src.poll.poll
----------------
lntue wrote:

Can these dependency be trimmed if `LIBC_TEST_SKIP_DEATH_TESTS` is set?

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


More information about the libc-commits mailing list