diff options
author | Dmitry Venikov <quolyk@gmail.com> | 2019-01-14 10:10:51 +0000 |
---|---|---|
committer | Dmitry Venikov <quolyk@gmail.com> | 2019-01-14 10:10:51 +0000 |
commit | 5c1768fc57c9eeeee8eb7d76d708a0e3c35c1be1 (patch) | |
tree | d2e4fc3b1ea5d5b3d85c347887e01fd51a15b7d3 /llvm/docs/CommandGuide/llvm-symbolizer.rst | |
parent | ca28a4651e32e98abde7225a39b1bd65be1a8287 (diff) | |
download | bcm5719-llvm-5c1768fc57c9eeeee8eb7d76d708a0e3c35c1be1.tar.gz bcm5719-llvm-5c1768fc57c9eeeee8eb7d76d708a0e3c35c1be1.zip |
[llvm-symbolizer] Add -addresses, -a as aliases for -print-address
Summary: Provides -addresses, -a as aliases for -print-address. Motivation: https://bugs.llvm.org/show_bug.cgi?id=40067.
Reviewers: jhenderson, ruiu, rnk, fjricci
Reviewed By: jhenderson
Subscribers: rupprecht, llvm-commits
Differential Revision: https://reviews.llvm.org/D56635
llvm-svn: 351043
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-symbolizer.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index c942d804cb1..1b8986d6557 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -106,7 +106,7 @@ OPTIONS location, look for the debug info at the .dSYM path provided via the ``-dsym-hint`` flag. This flag can be used multiple times. -.. option:: -print-address +.. option:: -print-address, -addresses, -a Print address before the source code location. Defaults to false. |