diff options
author | Hemant Kulkarni <khemant@codeaurora.org> | 2015-10-12 17:31:22 +0000 |
---|---|---|
committer | Hemant Kulkarni <khemant@codeaurora.org> | 2015-10-12 17:31:22 +0000 |
commit | c07c7eddadc39a3eff299cfa4ace0d424c30cede (patch) | |
tree | 87e625f5047420784b941b1010602e71ad1d2df7 /llvm/docs/CommandGuide | |
parent | 71797c043f4ed7f53d2557f93a5f8a68c7b19a1e (diff) | |
download | bcm5719-llvm-c07c7eddadc39a3eff299cfa4ace0d424c30cede.tar.gz bcm5719-llvm-c07c7eddadc39a3eff299cfa4ace0d424c30cede.zip |
[llvm-symbolizer] Add -print-address option
Differential Revision http://reviews.llvm.org/D13518
llvm-svn: 250067
Diffstat (limited to 'llvm/docs/CommandGuide')
-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 ----------- |