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 | 7fd3419390d566e7e2e57dcf3ac3ecf41a1f0e10 (patch) | |
tree | d73ddf830c58da3ee7ad8458beea4bd2e7d1d76d /docs | |
parent | bd6bff77d7b488f218c2ffe7b2d853b13bef49a5 (diff) | |
download | llvm-7fd3419390d566e7e2e57dcf3ac3ecf41a1f0e10.tar.gz |
[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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351043 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/llvm-symbolizer.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CommandGuide/llvm-symbolizer.rst b/docs/CommandGuide/llvm-symbolizer.rst index c942d804cb15..1b8986d6557d 100644 --- a/docs/CommandGuide/llvm-symbolizer.rst +++ b/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. |