[all-commits] [llvm/llvm-project] 4618b6: [libc][bazel] Enable epoll_pwait2 on bazel (#108254)
Michael Jones via All-commits
all-commits at lists.llvm.org
Wed Sep 11 14:36:31 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4618b67b48447ed924bc195cfe735a73841e312c
https://github.com/llvm/llvm-project/commit/4618b67b48447ed924bc195cfe735a73841e312c
Author: Michael Jones <michaelrj at google.com>
Date: 2024-09-11 (Wed, 11 Sep 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] Enable epoll_pwait2 on bazel (#108254)
The wrapper for epoll_pwait2 has been difficult to enable since it
requires a very new version of the linux kernel (5.11). On cmake we
still need to create a mechanism to check if we can build it, but our
current bazel users are all on a new enough kernel version we can just
enable it.
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