[Mlir-commits] [mlir] [mlir] implement `-verify-diagnostics=only-expected` (PR #135131)
Jacques Pienaar
llvmlistbot at llvm.org
Thu Apr 10 11:00:57 PDT 2025
================
@@ -58,7 +58,8 @@ LogicalResult mlir::mlirTranslateMain(int argc, char **argv,
static llvm::cl::opt<bool> allowUnregisteredDialects(
"allow-unregistered-dialect",
- llvm::cl::desc("Allow operation with no registered dialects (discouraged: testing only!)"),
+ llvm::cl::desc("Allow operation with no registered dialects "
----------------
jpienaar wrote:
Unrelated change?
https://github.com/llvm/llvm-project/pull/135131
More information about the Mlir-commits
mailing list