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

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 00:35:04 PDT 2024


================
@@ -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]
----------------
jh7370 wrote:

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

https://github.com/llvm/llvm-project/pull/110922


More information about the llvm-commits mailing list