[Mlir-commits] [mlir] [MLIR][mlir-opt] add support for disabling diagnostics (PR #117669)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Wed Nov 27 09:11:24 PST 2024


================
@@ -245,8 +271,9 @@ class MlirOptMainConfig {
   /// Use an explicit top-level module op during parsing.
   bool useExplicitModuleFlag = false;
 
-  /// Set whether to check that emitted diagnostics match `expected-*` lines on
-  /// the corresponding line. This is meant for implementing diagnostic tests.
+  /// Set whether to check that emitted diagnostics match `expected-*` lines
----------------
jeffniu-openai wrote:

I think you accidentally indented all these comments

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


More information about the Mlir-commits mailing list