[clang] [llvm] [WebAssembly] Represent reference types as TargetExtType (PR #203165)

LLVM Continuous Integration via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 24 22:46:22 PDT 2026


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-armv8-quick` running on `linaro-clang-armv8-quick` while building `clang,llvm` at step 5 "ninja check 1".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/154/builds/33089

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'Clang :: CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
not /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/clang -cc1 -internal-isystem /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/lib/clang/23/include -nostdsysteminc -triple wasm32 -target-feature +reference-types -S -o /dev/null /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c 2>&1 | /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c
# executed command: not /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/clang -cc1 -internal-isystem /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/lib/clang/23/include -nostdsysteminc -triple wasm32 -target-feature +reference-types -S -o /dev/null /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c
# executed command: /home/tcwg-buildbot/worker/clang-armv8-quick/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c
# .---command stderr------------
# | /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c:13:11: error: CHECK: expected string not found in input
# | // CHECK: error: a funcref can only be converted to a pointer to be directly called; the resulting pointer cannot otherwise be used
# |           ^
# | <stdin>:1:1: note: scanning from here
# | error: unable to create target: 'No available targets are compatible with triple "wasm32"'
# | ^
# | 
# | Input file: <stdin>
# | Check file: /home/tcwg-buildbot/worker/clang-armv8-quick/llvm/clang/test/CodeGen/WebAssembly/wasm-funcref-to-ptr-error.c
# | 
# | -dump-input=help explains the following input dump.
# | 
# | Input was:
# | <<<<<<
# |           1: error: unable to create target: 'No available targets are compatible with triple "wasm32"' 
# | check:13     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
# |           2: 1 error generated. 
# | check:13     ~~~~~~~~~~~~~~~~~~~
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1

--

********************


```

</details>

https://github.com/llvm/llvm-project/pull/203165


More information about the cfe-commits mailing list