[Mlir-commits] [mlir] [mlir][bufferization] Introduce reconcileBufferTypeMismatchFn hook (PR #202667)
Andrei Golubev
llvmlistbot at llvm.org
Mon Jun 22 04:23:46 PDT 2026
andrey-golubev wrote:
> LLVM Buildbot has detected a new failure on builder `amdgpu-offload-build-only` running on `AMD-bb-w-01` while building `mlir` at step 4 "annotate".
>
> Full details are available at: https://lab.llvm.org/buildbot/#/builders/226/builds/10343
>
> Here is the relevant piece of the build log for the reference
As far as I can tell, my PR should not be related. In the full log, I see:
```
/home/botworker/bbot/amdgpu-offload-build-only/build/./bin/flang: error while loading shared libraries: /home/botworker/bbot/amdgpu-offload-build-only/build/bin/../lib/../lib/libFIRCodeGen.so.23.0git: file too short
-- Detecting Fortran compiler ABI info
CMake Error: Error required internal CMake variable not set, cmake may not be built correctly.
Missing variable is:
CMAKE_Fortran_PREPROCESS_SOURCE
CMake Error at /usr/local/therock-tools/share/cmake-3.27/Modules/CMakeDetermineCompilerABI.cmake:57 (try_compile):
Failed to generate test project build system.
Call Stack (most recent call first):
/usr/local/therock-tools/share/cmake-3.27/Modules/CMakeTestFortranCompiler.cmake:20 (CMAKE_DETERMINE_COMPILER_ABI)
cmake/config-Fortran.cmake:154 (enable_language)
CMakeLists.txt:290 (include)
-- Configuring incomplete, errors occurred!
```
And to the best of my knowledge, this patch shouldn't affect cmake configuration anyhow.
Also, I see that the post-merge CI for a patch that landed right after mine into develop, shows "green" `amdgpu-offload-build-only` job (see 75440ed24c4e656cef53f0d2419a885eb7c908f7). So far, I assume this is some infrastructure instability problem.
P.S.: please let me know if anything has to be done, e.g. a revert, etc. I am fairly new to the LLVM community processes.
https://github.com/llvm/llvm-project/pull/202667
More information about the Mlir-commits
mailing list