[Mlir-commits] [mlir] [mlir][StorageUniquer] Restore old signature for default implementaion of verifyInvariants. (PR #103023)

Benjamin Chetioui llvmlistbot at llvm.org
Tue Aug 13 02:07:41 PDT 2024


bchetioui wrote:

Nope, it seems like this is also called with a `llvm::unique_function<InFlightDiagnostic ()>`, see the following error I encountered:

```
llvm-project/mlir/include/mlir/IR/StorageUniquerSupport.h:230:3: note: candidate function template not viable: no known conversion from 'llvm::unique_function<InFlightDiagnostic ()>' to 'function_ref<InFlightDiagnostic ()>' (aka 'function_ref<mlir::InFlightDiagnostic ()>') for 1st argumen
```

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


More information about the Mlir-commits mailing list