[Mlir-commits] [mlir] [MLIR] Add remark flags to mlir-opt (PR #156825)

Guray Ozen llvmlistbot at llvm.org
Wed Sep 17 01:25:00 PDT 2025


================
@@ -241,23 +296,23 @@ class DiagnosticFilter : public ScopedDiagnosticHandler {
     setHandler([verbosityLevel, showNotes](Diagnostic &diag) {
       auto severity = diag.getSeverity();
       switch (severity) {
-      case DiagnosticSeverity::Error:
+      case mlir::DiagnosticSeverity::Error:
----------------
grypp wrote:

yes, this is the reason exactly 

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


More information about the Mlir-commits mailing list