[Mlir-commits] [flang] [mlir] [MLIR][LLVMIR] Always use TargetFolder in IRBuilder (PR #126929)
LLVM Continuous Integration
llvmlistbot at llvm.org
Thu Feb 13 00:51:28 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-aarch64-sve-vla` running on `linaro-g3-01` while building `flang,mlir` at step 7 "ninja check 1".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/17/builds/5787
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'Flang :: Lower/common-block.f90' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: bbc /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90 -o - | tco | /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90
+ bbc /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90 -o -
+ tco
+ /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/stage1/bin/FileCheck /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90:17:11: error: CHECK: expected string not found in input
! CHECK: call void @_QPs(ptr @__BLNK__, ptr getelementptr (i8, ptr @__BLNK__, i64 4))
^
<stdin>:18:19: note: scanning from here
define void @_QPs0() {
^
<stdin>:19:2: note: possible intended match here
call void @_QPs(ptr @__BLNK__, ptr getelementptr inbounds nuw (i8, ptr @__BLNK__, i64 4))
^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90:26:11: error: CHECK: expected string not found in input
! CHECK: call void @_QPs(ptr @x_, ptr getelementptr (i8, ptr @x_, i64 4))
^
<stdin>:23:19: note: scanning from here
define void @_QPs1() {
^
<stdin>:24:2: note: possible intended match here
call void @_QPs(ptr @x_, ptr getelementptr inbounds nuw (i8, ptr @x_, i64 4))
^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90:34:11: error: CHECK: expected string not found in input
! CHECK: call void @_QPs(ptr @y_, ptr getelementptr (i8, ptr @y_, i64 4))
^
<stdin>:28:19: note: scanning from here
define void @_QPs2() {
^
<stdin>:29:2: note: possible intended match here
call void @_QPs(ptr @y_, ptr getelementptr inbounds nuw (i8, ptr @y_, i64 4))
^
/home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90:61:11: error: CHECK: expected string not found in input
! CHECK: load i32, ptr getelementptr (i8, ptr @c_in_mod_, i64 4)
^
<stdin>:39:31: note: scanning from here
%2 = load i32, ptr @c_in_mod_, align 4, !tbaa !2
^
<stdin>:43:21: note: possible intended match here
%6 = load i32, ptr getelementptr inbounds nuw (i8, ptr @c_in_mod_, i64 4), align 4, !tbaa !2
^
Input file: <stdin>
Check file: /home/tcwg-buildbot/worker/clang-aarch64-sve-vla/llvm/flang/test/Lower/common-block.f90
-dump-input=help explains the following input dump.
...
```
</details>
https://github.com/llvm/llvm-project/pull/126929
More information about the Mlir-commits
mailing list