From fab9983f753127aee59427bf975963d83b87d110 Mon Sep 17 00:00:00 2001 From: Hemant Kulkarni Date: Wed, 11 Nov 2015 22:14:58 +0000 Subject: [PATCH] Fix docs build break for revision r252798 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252812 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llvm-symbolizer.rst | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.34.1