diff options
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index dfbf4919abe..ec4178e4e7a 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -107,9 +107,11 @@ OPTIONS ``-dsym-hint`` flag. This flag can be used multiple times. .. option:: -print-address + Print address before the source code location. Defaults to false. .. option:: -pretty-print + Print human readable output. If ``-inlining`` is specified, enclosing scope is prefixed by (inlined by). Refer to listed examples. |

