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= + + 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 , --find= Search for the exact text in the accelerator tables