[Mlir-commits] [flang] [mlir] [MLIR][LLVMIR] Always use TargetFolder in IRBuilder (PR #126929)
LLVM Continuous Integration
llvmlistbot at llvm.org
Thu Feb 13 00:01:38 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `flang-aarch64-sharedlibs` running on `linaro-flang-aarch64-sharedlibs` while building `flang,mlir` at step 6 "test-build-unified-tree-check-flang".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/80/builds/10002
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 6 (test-build-unified-tree-check-flang) failure: test (failure)
******************** TEST 'Flang :: Lower/common-block.f90' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 2: bbc /home/tcwg-buildbot/worker/flang-aarch64-sharedlibs/llvm-project/flang/test/Lower/common-block.f90 -o - | tco | /home/tcwg-buildbot/worker/flang-aarch64-sharedlibs/build/bin/FileCheck /home/tcwg-buildbot/worker/flang-aarch64-sharedlibs/llvm-project/flang/test/Lower/common-block.f90
+ bbc /home/tcwg-buildbot/worker/flang-aarch64-sharedlibs/llvm-project/flang/test/Lower/common-block.f90 -o -
+ tco
+ /home/tcwg-buildbot/worker/flang-aarch64-sharedlibs/build/bin/FileCheck /home/tcwg-buildbot/worker/flang-aarch64-sharedlibs/llvm-project/flang/test/Lower/common-block.f90
/home/tcwg-buildbot/worker/flang-aarch64-sharedlibs/llvm-project/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/flang-aarch64-sharedlibs/llvm-project/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/flang-aarch64-sharedlibs/llvm-project/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/flang-aarch64-sharedlibs/llvm-project/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/flang-aarch64-sharedlibs/llvm-project/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