[clang] [ObjC] Support emission of selector stubs calls instead of objc_msgSend. (PR #183922)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 13:50:27 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-aarch64-darwin` running on `doug-worker-5` while building `clang` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/190/builds/38293
<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/offload-Xarch.c' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
/Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang --target=x86_64-unknown-linux-gnu -x cuda /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c -Xarch_nvptx64 -O3 -S -nogpulib -nogpuinc -### 2>&1 | /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck -check-prefix=O3ONCE /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# executed command: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang --target=x86_64-unknown-linux-gnu -x cuda /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c -Xarch_nvptx64 -O3 -S -nogpulib -nogpuinc '-###'
# note: command had no output on stdout or stderr
# executed command: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck -check-prefix=O3ONCE /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# note: command had no output on stdout or stderr
# RUN: at line 2
/Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang -x cuda /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c -Xarch_device -O3 -S -nogpulib -nogpuinc -### 2>&1 | /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck -check-prefix=O3ONCE /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# executed command: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang -x cuda /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c -Xarch_device -O3 -S -nogpulib -nogpuinc '-###'
# note: command had no output on stdout or stderr
# executed command: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck -check-prefix=O3ONCE /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# note: command had no output on stdout or stderr
# RUN: at line 3
/Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang -x hip /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c -Xarch_amdgcn -O3 -S -nogpulib -nogpuinc -### 2>&1 | /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck -check-prefix=O3ONCE /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# executed command: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang -x hip /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c -Xarch_amdgcn -O3 -S -nogpulib -nogpuinc '-###'
# note: command had no output on stdout or stderr
# executed command: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck -check-prefix=O3ONCE /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# note: command had no output on stdout or stderr
# RUN: at line 4
/Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang -fopenmp=libomp -fopenmp-targets=amdgcn-amd-amdhsa -nogpulib -nogpuinc -Xarch_amdgcn -march=gfx90a -Xarch_amdgcn -O3 -S -### /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c 2>&1 | /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck -check-prefix=O3ONCE /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# executed command: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang -fopenmp=libomp -fopenmp-targets=amdgcn-amd-amdhsa -nogpulib -nogpuinc -Xarch_amdgcn -march=gfx90a -Xarch_amdgcn -O3 -S '-###' /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# note: command had no output on stdout or stderr
# error: command failed with exit status: -6
# executed command: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/FileCheck -check-prefix=O3ONCE /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# .---command stderr------------
# | [1m/Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c:10:12: [0m[0;1;31merror: [0m[1mO3ONCE: expected string not found in input
[0m# | [1m[0m// O3ONCE: "-O3"
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:1:1: [0m[0;1;30mnote: [0m[1mscanning from here
[0m# | [1m[0mclang version 23.0.0git (https://github.com/llvm/llvm-project.git 6758becb8f19593f5341b2e4d575dbf411ad706e)
# | [0;1;32m^
[0m# | [0;1;32m[0m[1m<stdin>:9:200: [0m[0;1;30mnote: [0m[1mpossible intended match here
[0m# | [1m[0m0. Program arguments: /Volumes/ExternalSSD/buildbot-root/aarch64-darwin/build/bin/clang -fopenmp=libomp -fopenmp-targets=amdgcn-amd-amdhsa -nogpulib -nogpuinc -Xarch_amdgcn -march=gfx90a -Xarch_amdgcn -O3 -S -### /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# | [0;1;32m ^
[0m# | [0;1;32m[0m
# | Input file: <stdin>
# | Check file: /Users/buildbot/buildbot-root2/aarch64-darwin/llvm-project/clang/test/Driver/offload-Xarch.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46mclang version 23.0.0git (https://github.com/llvm/llvm-project.git 6758becb8f19593f5341b2e4d575dbf411ad706e) [0m
# | [0;1;31mcheck:10'0 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
[0m# | [0;1;31m[0m[0;1;30m 2: [0m[1m[0;1;46mTarget: arm64-apple-darwin23.6.0 [0m
...
```
</details>
https://github.com/llvm/llvm-project/pull/183922
More information about the cfe-commits
mailing list