[all-commits] [llvm/llvm-project] 4d8935: [libc][bazel] disable epoll_pwait2 (#80362)

michaelrj-google via All-commits all-commits at lists.llvm.org
Thu Feb 1 15:42:55 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d89356fef1a568de790ad8b3f53dc494b461e5b
      https://github.com/llvm/llvm-project/commit/4d89356fef1a568de790ad8b3f53dc494b461e5b
  Author: michaelrj-google <71531609+michaelrj-google at users.noreply.github.com>
  Date:   2024-02-01 (Thu, 01 Feb 2024)

  Changed paths:
    M utils/bazel/llvm-project-overlay/libc/BUILD.bazel
    M utils/bazel/llvm-project-overlay/libc/test/src/sys/epoll/BUILD.bazel

  Log Message:
  -----------
  [libc][bazel] disable epoll_pwait2 (#80362)

Similar to #80051. The epoll_pwait2 syscall isn't available on all
target platforms, and this is causing downstream test failures. This
patch disables it until it can be detected whether or not it is
available.




More information about the All-commits mailing list