Skip to content

Commit 23c02a4

Browse files
authored
[doc] Add llvm --error-display to dwarfdump documentation (#110922)
This adds documentation for --error-display, see: #79648
1 parent d0756ca commit 23c02a4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

llvm/docs/CommandGuide/llvm-dwarfdump.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ OPTIONS
4545

4646
Use colors in output.
4747

48+
.. option:: --error-display=<value>
49+
50+
Set the level of detail and summary to display when verifying.
51+
Implies :option:`--verify`. The supported values are:
52+
53+
`quiet` - Only display whether errors occurred.
54+
`summary` - Display only a summary of the errors found.
55+
`details` - Display each error in detail but no summary.
56+
`full` - Display each error as well as a summary. [default]
57+
4858
.. option:: -f <name>, --find=<name>
4959

5060
Search for the exact text <name> in the accelerator tables

0 commit comments

Comments
 (0)