diff options
author | Hemant Kulkarni <khemant@codeaurora.org> | 2015-10-12 19:26:44 +0000 |
---|---|---|
committer | Hemant Kulkarni <khemant@codeaurora.org> | 2015-10-12 19:26:44 +0000 |
commit | 80f82fb2d47d979d5bae4a9d0719500801e47162 (patch) | |
tree | 5a6f90e8f73018fef0ac0039c77bb2d15cc5f95b /llvm/docs/CommandGuide/llvm-symbolizer.rst | |
parent | b0fe4eb19947994d2733af010fd0e6ba1167ccaf (diff) | |
download | bcm5719-llvm-80f82fb2d47d979d5bae4a9d0719500801e47162.tar.gz bcm5719-llvm-80f82fb2d47d979d5bae4a9d0719500801e47162.zip |
[llvm-symbolizer] Add -print-address option
Differential Revision: http://reviews.llvm.org/D13518
llvm-svn: 250086
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-symbolizer.rst')
-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 96720e633f2..9d6571d5c4c 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -98,6 +98,8 @@ 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 + Print address before the source code location. Defaults to false. EXIT STATUS ----------- |