[Mlir-commits] [mlir] [mlir][NFC] Add missing `)` in doc for `--mlir-print-local-scope` (PR #125721)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 4 09:02:48 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-mlir-core
Author: Victor Guerra (vguerra)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/125721.diff
1 Files Affected:
- (modified) mlir/lib/IR/AsmPrinter.cpp (+1-1)
``````````diff
diff --git a/mlir/lib/IR/AsmPrinter.cpp b/mlir/lib/IR/AsmPrinter.cpp
index fa4a1b4b72b024..623291363d6287 100644
--- a/mlir/lib/IR/AsmPrinter.cpp
+++ b/mlir/lib/IR/AsmPrinter.cpp
@@ -182,7 +182,7 @@ struct AsmPrinterOptions {
llvm::cl::opt<bool> printLocalScopeOpt{
"mlir-print-local-scope", llvm::cl::init(false),
llvm::cl::desc("Print with local scope and inline information (eliding "
- "aliases for attributes, types, and locations")};
+ "aliases for attributes, types, and locations)")};
llvm::cl::opt<bool> skipRegionsOpt{
"mlir-print-skip-regions", llvm::cl::init(false),
``````````
</details>
https://github.com/llvm/llvm-project/pull/125721
More information about the Mlir-commits
mailing list