[all-commits] [llvm/llvm-project] 72aa38: [libc][poll] remove entrypoint for riscv (#125941)

Nick Desaulniers via All-commits all-commits at lists.llvm.org
Wed Feb 5 13:56:52 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72aa3889fb725ce27817f06c9d7754e78cff9fc2
      https://github.com/llvm/llvm-project/commit/72aa3889fb725ce27817f06c9d7754e78cff9fc2
  Author: Nick Desaulniers <ndesaulniers at google.com>
  Date:   2025-02-05 (Wed, 05 Feb 2025)

  Changed paths:
    M libc/config/linux/riscv/entrypoints.txt
    M libc/src/poll/linux/poll.cpp

  Log Message:
  -----------
  [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



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list