diff options
author | Hemant Kulkarni <khemant@codeaurora.org> | 2015-11-11 22:14:58 +0000 |
---|---|---|
committer | Hemant Kulkarni <khemant@codeaurora.org> | 2015-11-11 22:14:58 +0000 |
commit | b3d4f215bfac83a8270f77e0bddd170058781784 (patch) | |
tree | 2c9b9fb222ad655797bb110323d091e5ecc49261 /llvm/docs/CommandGuide | |
parent | f0f224d12dc474c144b1a1c1b6864ecc0b768a24 (diff) | |
download | bcm5719-llvm-b3d4f215bfac83a8270f77e0bddd170058781784.tar.gz bcm5719-llvm-b3d4f215bfac83a8270f77e0bddd170058781784.zip |
Fix docs build break for revision r252798
llvm-svn: 252812
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 dfbf4919abe..ec4178e4e7a 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -107,9 +107,11 @@ OPTIONS ``-dsym-hint`` flag. This flag can be used multiple times. .. option:: -print-address + Print address before the source code location. Defaults to false. .. option:: -pretty-print + Print human readable output. If ``-inlining`` is specified, enclosing scope is prefixed by (inlined by). Refer to listed examples. |