Skip to content

Conversation

michaelrj-google
Copy link
Contributor

The SYS_faccessat2 syscall isn't available on the aarch64 buildbot, so
disable this entrypoint for now.

The SYS_faccessat2 syscall isn't available on the aarch64 buildbot, so
disable this entrypoint for now.
@llvmbot llvmbot added the libc label Oct 2, 2025
@llvmbot
Copy link
Member

llvmbot commented Oct 2, 2025

@llvm/pr-subscribers-libc

Author: Michael Jones (michaelrj-google)

Changes

The SYS_faccessat2 syscall isn't available on the aarch64 buildbot, so
disable this entrypoint for now.


Full diff: https://github.com/llvm/llvm-project/pull/161740.diff

1 Files Affected:

  • (modified) libc/config/linux/aarch64/entrypoints.txt (+2-1)
diff --git a/libc/config/linux/aarch64/entrypoints.txt b/libc/config/linux/aarch64/entrypoints.txt
index cfb77911f3c2d..4824684103983 100644
--- a/libc/config/linux/aarch64/entrypoints.txt
+++ b/libc/config/linux/aarch64/entrypoints.txt
@@ -325,7 +325,8 @@ set(TARGET_LIBC_ENTRYPOINTS
     libc.src.unistd.dup2
     libc.src.unistd.dup3
     libc.src.unistd.execve
-    libc.src.unistd.faccessat
+    # Disabled while SYS_faccessat2 is unavailable on the buildbot.
+    # libc.src.unistd.faccessat
     libc.src.unistd.fchdir
     libc.src.unistd.fpathconf
     libc.src.unistd.fsync

@michaelrj-google michaelrj-google requested a review from lntue October 2, 2025 21:45
@michaelrj-google
Copy link
Contributor Author

Merging before review since this change is 1) trivial and 2) needed to unbreak the buildbot

@michaelrj-google michaelrj-google merged commit 9345b59 into llvm:main Oct 2, 2025
19 of 20 checks passed
@michaelrj-google michaelrj-google deleted the libcFaccessNotOnArm branch October 2, 2025 22:22
mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Oct 3, 2025
The SYS_faccessat2 syscall isn't available on the aarch64 buildbot, so
disable this entrypoint for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants