[llvm] r252812 - Fix docs build break for revision r252798
Hemant Kulkarni via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 11 14:14:58 PST 2015
Author: khemant
Date: Wed Nov 11 16:14:58 2015
New Revision: 252812
URL: http://llvm.org/viewvc/llvm-project?rev=252812&view=rev
Log:
Fix docs build break for revision r252798
Modified:
llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst
Modified: llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst?rev=252812&r1=252811&r2=252812&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-symbolizer.rst Wed Nov 11 16:14:58 2015
@@ -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.
More information about the llvm-commits
mailing list