[llvm] [doc] Add llvm --error-display to dwarfdump documentation (PR #110922)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 2 13:28:58 PDT 2024
https://github.com/bd1976bris created https://github.com/llvm/llvm-project/pull/110922
This adds documentation for --error-display, see: https://github.com/llvm/llvm-project/pull/79648/files.
Note: GitHub won't seem to allow me add the original author @kevinfrei as a reviewer for some reason.
>From f663d18a6d1124f1b32ecff91d492382b6ff02e5 Mon Sep 17 00:00:00 2001
From: bd1976bris <bd1976llvm at gmail.com>
Date: Wed, 2 Oct 2024 21:26:23 +0100
Subject: [PATCH] [doc] Add llvm --error-display to dwarfdump documentation
---
llvm/docs/CommandGuide/llvm-dwarfdump.rst | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst
index 8adccf1c0c0a31..4c86b2cc351435 100644
--- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst
+++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst
@@ -45,6 +45,16 @@ OPTIONS
Use colors in output.
+.. option:: --error-display=<value>
+
+ Set the level of detail and summary to display when verifying.
+ Implies :option:`--verify`. The supported values are:
+
+ `quiet` - Only display whether errors occurred.
+ `summary` - Display only a summary of the errors found.
+ `details` - Display each error in detail but no summary.
+ `full` - Display each error as well as a summary. [default]
+
.. option:: -f <name>, --find=<name>
Search for the exact text <name> in the accelerator tables
More information about the llvm-commits
mailing list