Lazy initialize diagnostic when handling MLIR properties (#65868)
Instead of eagerly creating a diagnostic that will be discarded in the normal case, switch to lazy initialization on error.
Loading
Please sign in to comment
Instead of eagerly creating a diagnostic that will be discarded in the normal case, switch to lazy initialization on error.