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

Mehdi Amini llvmlistbot at llvm.org
Mon Sep 15 08:23:23 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:
----------------
joker-eph wrote:

Conflict with the LLVM class of the same name I believe (there is an added include to LLVM)

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


More information about the Mlir-commits mailing list