From: Hemant Kulkarni Date: Wed, 11 Nov 2015 22:14:58 +0000 (+0000) Subject: Fix docs build break for revision r252798 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fab9983f753127aee59427bf975963d83b87d110;p=oota-llvm.git Fix docs build break for revision r252798 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252812 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-symbolizer.rst b/docs/CommandGuide/llvm-symbolizer.rst index dfbf4919abe..ec4178e4e7a 100644 --- a/docs/CommandGuide/llvm-symbolizer.rst +++ b/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.