diff options
author | Nick Desaulniers <ndesaulniers@google.com> | 2025-02-05 13:56:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-05 13:56:30 -0800 |
commit | 72aa3889fb725ce27817f06c9d7754e78cff9fc2 (patch) | |
tree | e76274449070c5ea7b059c0b65283da77e39e1b1 /clang/lib/Frontend/TestModuleFileExtension.cpp | |
parent | 94d51fdadb9122fa85d80f7a8631bb757d0b8685 (diff) | |
download | llvm-72aa3889fb725ce27817f06c9d7754e78cff9fc2.zip llvm-72aa3889fb725ce27817f06c9d7754e78cff9fc2.tar.gz llvm-72aa3889fb725ce27817f06c9d7754e78cff9fc2.tar.bz2 |
[libc][poll] remove entrypoint for riscv (#125941)
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
Diffstat (limited to 'clang/lib/Frontend/TestModuleFileExtension.cpp')
0 files changed, 0 insertions, 0 deletions