We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0756ca commit 23c02a4Copy full SHA for 23c02a4
llvm/docs/CommandGuide/llvm-dwarfdump.rst
@@ -45,6 +45,16 @@ OPTIONS
45
46
Use colors in output.
47
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
58
.. option:: -f <name>, --find=<name>
59
60
Search for the exact text <name> in the accelerator tables
0 commit comments