You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
building clang against llvm-libc fails with:
```
llvm-project-main/llvm/lib/Support/raw_socket_stream.cpp:24:10: fatal error: 'poll.h' file not found.
24 | #include <poll.h>
| ^~~~~~~~
```
it looks like `poll` is used.
libc/test/UnitTest/ExecuteFunctionUnix.cpp also depends on poll, the definition of struct pollfd and POLLHUP, so this is also blocking making the unit tests hermetic. #125092
building clang against llvm-libc fails with:
it looks like
poll
is used.The text was updated successfully, but these errors were encountered: