[libc-commits] [libc] [llvm] [libc] Port process utilities to hermetic mode and enable some tests (PR #209999)
Pavel Labath via libc-commits
libc-commits at lists.llvm.org
Mon Jul 20 06:27:44 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
----------------
labath wrote:
However, I belatedly realized that this should probably be linux-only. I didn't get any emails, but I suspect this broke the bare metal build (@jhuber6). Sending a follow-up: https://github.com/llvm/llvm-project/pull/210715
https://github.com/llvm/llvm-project/pull/209999
More information about the libc-commits
mailing list