[Mlir-commits] [mlir] [mlir] Declare promised interfaces for all dialects (PR #78368)

Justin Fargnoli llvmlistbot at llvm.org
Tue Mar 12 21:52:53 PDT 2024


justinfargnoli wrote:

> I am seeing some build failures with this PR when testing with ninja -t missingdeps.

@zero9178, thank you for the detailed write-up. I was only able to reproduce the following missing dependency: 

`Missing dep: tools/mlir/lib/Dialect/Tosa/CMakeFiles/obj.MLIRTosaDialect.dir/IR/TosaOps.cpp.obj uses tools/mlir/include/mlir/Dialect/Mesh/Interfaces/ShardingInterface.h.inc (generated by CUSTOM_COMMAND)`

[Add `MLIRShardingInterfaceIncGen` dependency](https://github.com/llvm/llvm-project/pull/78368/commits/1b74a03e6260dc86c6568d88bf51efe0a3329115) should resolve that. 

Please let me know if you're still able to reproduce the additional missing dependencies on your end. 

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


More information about the Mlir-commits mailing list