[clang] [llvm] [WebAssembly] Represent reference types as TargetExtType (PR #203165)
LLVM Continuous Integration via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 25 00:09:54 PDT 2026
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-darwin` running on `doug-worker-3` while building `clang,llvm` at step 6 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/23/builds/20673
<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 :: CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 1
not /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/clang -cc1 -internal-isystem /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/lib/clang/23/include -nostdsysteminc -triple wasm32 -target-feature +reference-types -S -o /dev/null /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c 2>&1 | /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/FileCheck /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c
# executed command: not /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/bin/clang -cc1 -internal-isystem /Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/lib/clang/23/include -nostdsysteminc -triple wasm32 -target-feature +reference-types -S -o /dev/null /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.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/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c
# .---command stderr------------
# | [1m/Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c:13:11: [0m[0;1;31merror: [0m[1mCHECK: expected string not found in input
[0m# | [1m[0m// CHECK: error: a funcref can only be converted to a pointer to be directly called; the resulting pointer cannot otherwise be used
# | [0;1;32m ^
[0m# | [0;1;32m[0m[1m<stdin>:1:1: [0m[0;1;30mnote: [0m[1mscanning from here
[0m# | [1m[0merror: unable to create target: 'No available targets are compatible with triple "wasm32"'
# | [0;1;32m^
[0m# | [0;1;32m[0m
# | Input file: <stdin>
# | Check file: /Volumes/RAMDisk/buildbot-root/x86_64-darwin/llvm-project/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | [1m[0m[0;1;30m 1: [0m[1m[0;1;46merror: unable to create target: 'No available targets are compatible with triple "wasm32"' [0m
# | [0;1;31mcheck:13 X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
[0m# | [0;1;31m[0m[0;1;30m 2: [0m[1m[0;1;46m1 error generated. [0m
# | [0;1;31mcheck:13 ~~~~~~~~~~~~~~~~~~~
[0m# | [0;1;31m[0m>>>>>>
# `-----------------------------
# error: command failed with exit status: 1
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/203165
More information about the cfe-commits
mailing list