diff options
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-dwarfdump.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-dwarfdump.rst b/llvm/docs/CommandGuide/llvm-dwarfdump.rst index 9d204ff..a3b6266 100644 --- a/llvm/docs/CommandGuide/llvm-dwarfdump.rst +++ b/llvm/docs/CommandGuide/llvm-dwarfdump.rst @@ -84,6 +84,11 @@ OPTIONS Only recurse to a maximum depth of <n> when dumping debug info entries. +.. option:: --statistics + + Collect debug info quality metrics and print the results + as machine-readable single-line JSON output. + .. option:: -x, --regex Treat any <pattern> strings as regular expressions when searching |