[Mlir-commits] [clang] [llvm] [mlir] [Coroutines] Add llvm.coro.is_in_ramp and drop return value of llvm.coro.end (PR #153404)
LLVM Continuous Integration
llvmlistbot at llvm.org
Mon Aug 25 03:08:01 PDT 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-m68k-linux-cross` running on `suse-gary-m68k-cross` while building `clang,llvm,mlir` at step 5 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/27/builds/15086
<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 'LLVM :: Instrumentation/HWAddressSanitizer/coro-byval-param.ll' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
/var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/stage1/bin/opt < /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/llvm/llvm/test/Instrumentation/HWAddressSanitizer/coro-byval-param.ll -passes='hwasan,coro-early' -S # RUN: at line 1
+ /var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/stage1/bin/opt -passes=hwasan,coro-early -S
Intrinsic has incorrect return type!
ptr @llvm.coro.end
/var/lib/buildbot/workers/suse-gary-m68k-cross/clang-m68k-linux-cross/stage1/bin/opt: -: error: input module is broken!
--
********************
```
</details>
https://github.com/llvm/llvm-project/pull/153404
More information about the Mlir-commits
mailing list