[Mlir-commits] [mlir] [mlir][tosa] Add TOSA RESHAPE_BLOCK_SCALED support (PR #191149)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Apr 14 02:04:27 PDT 2026
github-actions[bot] wrote:
<!--PREMERGE ADVISOR COMMENT: Windows-->
# :window: Windows x64 Test Results
The build failed before running any tests. Click on a failure below to see the details.
<details>
<summary>[code=4294967295] bin/transform-opt-ch2.exe</summary>
```
FAILED: [code=4294967295] bin/transform-opt-ch2.exe
C:\Windows\system32\cmd.exe /C "cd . && C:\BuildTools\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe -E vs_link_exe --msvc-ver=1944 --intdir=tools\mlir\examples\transform\Ch2\CMakeFiles\transform-opt-ch2.dir --rc="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\rc.exe" --mt="C:\Program Files (x86)\Windows Kits\10\bin\10.0.26100.0\x64\mt.exe" --manifests -- C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\transform-opt-ch2.rsp /out:bin\transform-opt-ch2.exe /implib:lib\transform-opt-ch2.lib /pdb:bin\transform-opt-ch2.pdb /version:0.0 /MANIFEST:NO /STACK:10000000 /INCREMENTAL:NO /subsystem:console && cd ."
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\transform-opt-ch2.rsp /out:bin\transform-opt-ch2.exe /implib:lib\transform-opt-ch2.lib /pdb:bin\transform-opt-ch2.pdb /version:0.0 /MANIFEST:NO /STACK:10000000 /INCREMENTAL:NO /subsystem:console" failed (exit code 1) with the following output:
lld-link: error: undefined symbol: void __cdecl mlir::registerConvertMemRefToLLVMInterface(class mlir::DialectRegistry &)
>>> referenced by MLIRRegisterAllExtensions.lib(RegisterAllExtensions.cpp.obj):(void __cdecl mlir::registerAllExtensions(class mlir::DialectRegistry &))
lld-link: error: undefined symbol: void __cdecl mlir::populateFinalizeMemRefToLLVMConversionPatterns(class mlir::LLVMTypeConverter const &, class mlir::RewritePatternSet &, class mlir::SymbolTableCollection *)
>>> referenced by MLIROpenMPToLLVM.lib(OpenMPToLLVM.cpp.obj):(public: virtual void __cdecl `anonymous namespace'::ConvertOpenMPToLLVMPass::runOnOperation(void))
>>> referenced by MLIRGPUToGPURuntimeTransforms.lib(GPUToLLVMConversion.cpp.obj):(public: virtual void __cdecl `anonymous namespace'::GpuToLLVMConversionPass::runOnOperation(void))
```
</details>
If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.
https://github.com/llvm/llvm-project/pull/191149
More information about the Mlir-commits
mailing list