mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 18:46:06 +00:00

riscv32 specifically doesn't provide EITHER SYS_poll or SYS_ppoll. We may be able to reimplement poll in terms of syscalls to SYS_ppoll_time64, but will leave that as a TODO for the future. (Such as when we want to be able to cross compile for riscv32). Link: #125940 Fixes: #125118