[Mlir-commits] [mlir] [mlir] Fix ambiguous attribute for properties (PR #168536)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Wed Nov 19 00:40:44 PST 2025
BogdanDragosV wrote:
> Can you share the error you're seeing?
For our particular use case we've hit this error:
ops.cpp.inc:904:27: error: unknown type name 'Attribute'
904 | auto presentRes = [&](Attribute propAttr, int64_t& propStorage) -> ::mlir::LogicalResult {
| ^
https://github.com/llvm/llvm-project/pull/168536
More information about the Mlir-commits
mailing list