[Mlir-commits] [mlir] [mlir][OpenMP] Translate explicit task in_reduction (PR #202611)

Sairudra More llvmlistbot at llvm.org
Thu Jun 18 23:41:27 PDT 2026


Saieiei wrote:

The `amdgpu-offload-build-only` failure in build 10201 does not appear to be caused by this PR.

The failure happened during the nested `runtimes-configure` step, where `flang` failed to start because `libFortranLower.so.23.0git` was reported as `file too short`. The same log shows `libFortranLower.so.23.0git` being linked around that point, so this looks like a builder dependency / ordering race rather than a failure in the OpenMP translation changes.

There was no compile or test failure in the changed OpenMP translation code. This also matches the same `amdgpu-offload-build-only` failure pattern seen after PR #199565, and the next build on the same builder passed with this commit included.

So I do not think a revert or code change is needed here.

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


More information about the Mlir-commits mailing list