[Mlir-commits] [mlir] [MLIR] Add remark flags to mlir-opt (PR #156825)
Jacques Pienaar
llvmlistbot at llvm.org
Sat Sep 13 21:47:52 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:
----------------
jpienaar wrote:
Why were these changes needed?
https://github.com/llvm/llvm-project/pull/156825
More information about the Mlir-commits
mailing list