[llvm] [AArch64][SME] Disable tail calls for callees that require saving ZT0 (PR #165371)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 28 08:58:13 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-darwin` running on `doug-worker-3` while building `llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/23/builds/15060
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang :: Driver/x86-mtune.c' FAILED ********************
Exit Code: 127
Command Output (stdout):
--
# RUN: at line 6
/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/clang -### -c --target=x86_64 /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/Driver/x86-mtune.c 2>&1 | /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/FileCheck /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/Driver/x86-mtune.c -check-prefix=generic
# executed command: /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/clang '-###' -c --target=x86_64 /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/Driver/x86-mtune.c
# note: command had no output on stdout or stderr
# executed command: /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/FileCheck /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/Driver/x86-mtune.c -check-prefix=generic
# note: command had no output on stdout or stderr
# RUN: at line 8
/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/clang -### -c --target=x86_64 /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/Driver/x86-mtune.c -mtune=generic 2>&1 | /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/FileCheck /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/Driver/x86-mtune.c --check-prefixes=cpu,generic
# executed command: /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/FileCheck /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/Driver/x86-mtune.c --check-prefixes=cpu,generic
# .---command stderr------------
# | Could not create process (/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/FileCheck) due to [Errno 24] Too many open files
# `-----------------------------
# error: command failed with exit status: 127
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/165371
More information about the llvm-commits
mailing list