Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] Add llvm --error-display to dwarfdump documentation #110922

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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]
Comment on lines +53 to +56
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This list isn't formatted correctly and doesn't display like you probably intended. See https://llvm.org/docs/CommandGuide/llvm-dwarfdump.html#cmdoption-llvm-dwarfdump-error-display

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Doesn't look too bad actually but definitely not what was intended. Fix: #111693.


.. option:: -f <name>, --find=<name>

Search for the exact text <name> in the accelerator tables
Expand Down
Loading