From 54a7c69a34f913c4681ddf2d9088ecdc6babddfe Mon Sep 17 00:00:00 2001 From: Mike Aizatsky Date: Thu, 7 Jan 2016 23:57:41 +0000 Subject: [llvm-symbolizer] Print out non-address lines verbatim. Differential Revision: http://reviews.llvm.org/D15876 llvm-svn: 257115 --- llvm/docs/CommandGuide/llvm-symbolizer.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst index ec4178e4e7a..7bcad1c12f1 100644 --- a/llvm/docs/CommandGuide/llvm-symbolizer.rst +++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst @@ -11,9 +11,9 @@ DESCRIPTION :program:`llvm-symbolizer` reads object file names and addresses from standard input and prints corresponding source code locations to standard output. -If object file is specified in command line, :program:`llvm-symbolizer` reads -only addresses from standard input. This -program uses debug info sections and symbol table in the object files. +If object file is specified in command line, :program:`llvm-symbolizer` +processes only addresses from standard input, the rest is output verbatim. +This program uses debug info sections and symbol table in the object files. EXAMPLE -------- -- cgit v1.2.3