summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-symbolizer.rst
diff options
context:
space:
mode:
authorDmitry Venikov <quolyk@gmail.com>2019-01-10 15:33:35 +0000
committerDmitry Venikov <quolyk@gmail.com>2019-01-10 15:33:35 +0000
commit60d71e4684ed087c53f6a077fcf88ae0de749b6f (patch)
tree0cb239d914cfe6f4b8920d24adc1bb82b7fbfc92 /llvm/docs/CommandGuide/llvm-symbolizer.rst
parent6f302b8a69ee54e00d3629bf465b051ecde58273 (diff)
downloadbcm5719-llvm-60d71e4684ed087c53f6a077fcf88ae0de749b6f.tar.gz
bcm5719-llvm-60d71e4684ed087c53f6a077fcf88ae0de749b6f.zip
[llvm-symbolizer] Add -p as alias to -pretty-print
Summary: Provides -p as a short alias for -pretty-print. Motivation: https://bugs.llvm.org/show_bug.cgi?id=40076 Reviewers: samsonov, khemant, ruiu, rnk, fjricci, jhenderson Reviewed By: jhenderson Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D56542 llvm-svn: 350832
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-symbolizer.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-symbolizer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index 7bcad1c12f1..9d54b75dd94 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -110,7 +110,7 @@ OPTIONS
Print address before the source code location. Defaults to false.
-.. option:: -pretty-print
+.. option:: -pretty-print, -p
Print human readable output. If ``-inlining`` is specified, enclosing scope is
prefixed by (inlined by). Refer to listed examples.
OpenPOWER on IntegriCloud