[llvm] 23c02a4 - [doc] Add llvm --error-display to dwarfdump documentation (#110922)

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 4 02:14:12 PDT 2024


Author: bd1976bris
Date: 2024-10-04T10:14:08+01:00
New Revision: 23c02a48f1c7343149b94aafe350ec59d1b14999

URL: https://github.com/llvm/llvm-project/commit/23c02a48f1c7343149b94aafe350ec59d1b14999
DIFF: https://github.com/llvm/llvm-project/commit/23c02a48f1c7343149b94aafe350ec59d1b14999.diff

LOG: [doc] Add llvm --error-display to dwarfdump documentation (#110922)

This adds documentation for --error-display, see:
https://github.com/llvm/llvm-project/pull/79648

Added: 
    

Modified: 
    llvm/docs/CommandGuide/llvm-dwarfdump.rst

Removed: 
    


################################################################################
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