Skip to content

Commit

Permalink
[doc] Add llvm --error-display to dwarfdump documentation (llvm#110922)
Browse files Browse the repository at this point in the history
This adds documentation for --error-display, see:
llvm#79648
  • Loading branch information
bd1976bris authored and xgupta committed Oct 4, 2024
1 parent a7031c2 commit d058feb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions llvm/docs/CommandGuide/llvm-dwarfdump.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d058feb

Please sign in to comment.