[Mlir-commits] [mlir] [mlir][tosa] Add a pass to downgrade TOSA `1.1.draft` to `1.0` (PR #194971)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed May 6 09:03:09 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/mlir-lsp-server.exe</summary>

```
FAILED: [code=4294967295] bin/mlir-lsp-server.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\tools\mlir-lsp-server\CMakeFiles\mlir-lsp-server.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\mlir-lsp-server.rsp  /out:bin\mlir-lsp-server.exe /implib:lib\mlir-lsp-server.lib /pdb:bin\mlir-lsp-server.pdb /version:0.0 /MANIFEST:NO /INCREMENTAL:NO /subsystem:console  /STACK:10000000 && cd ."
LINK: command "C:\clang\clang-msvc\bin\lld-link.exe /nologo @CMakeFiles\mlir-lsp-server.rsp /out:bin\mlir-lsp-server.exe /implib:lib\mlir-lsp-server.lib /pdb:bin\mlir-lsp-server.pdb /version:0.0 /MANIFEST:NO /INCREMENTAL:NO /subsystem:console /STACK:10000000" failed (exit code 1) with the following output:
lld-link: error: undefined symbol: private: static class mlir::SelfOwningTypeID mlir::detail::TypeIDResolver<class mlir::acc::OpenACCDialect, void>::id
>>> referenced by MLIRRegisterAllDialects.lib(RegisterAllDialects.cpp.obj):(void __cdecl mlir::registerAllDialects(class mlir::DialectRegistry &))
>>> referenced by MLIRRegisterAllDialects.lib(RegisterAllDialects.cpp.obj):(private: virtual class mlir::Dialect * __cdecl std::_Func_impl_no_alloc<class `public: void __cdecl mlir::DialectRegistry::insert<class mlir::acc::OpenACCDialect>(void)'::`1'::<lambda_1>, class mlir::Dialect *, class mlir::MLIRContext *>::_Do_call(class mlir::MLIRContext *&&))

lld-link: error: undefined symbol: private: __cdecl mlir::acc::OpenACCDialect::OpenACCDialect(class mlir::MLIRContext *)
>>> referenced by MLIRRegisterAllDialects.lib(RegisterAllDialects.cpp.obj):(private: static class std::unique_ptr<class mlir::Dialect, struct std::default_delete<class mlir::Dialect>> __cdecl llvm::function_ref<class std::unique_ptr<class mlir::Dialect, struct std::default_delete<class mlir::Dialect>> __cdecl(void)>::callback_fn<class `public: class mlir::acc::OpenACCDialect * __cdecl mlir::MLIRContext::getOrLoadDialect<class mlir::acc::OpenACCDialect>(void)'::`1'::<lambda_1>>(__int64))
```
</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/194971


More information about the Mlir-commits mailing list