From e39b9e36e5f2d2dd312004cf5f84bb382be47dcd Mon Sep 17 00:00:00 2001 From: dim Date: Wed, 13 Jan 2016 19:58:01 +0000 Subject: Vendor import of llvm trunk r257626: https://llvm.org/svn/llvm-project/llvm/trunk@257626 --- docs/CommandGuide/llvm-symbolizer.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/CommandGuide/llvm-symbolizer.rst') diff --git a/docs/CommandGuide/llvm-symbolizer.rst b/docs/CommandGuide/llvm-symbolizer.rst index ec4178e..7bcad1c 100644 --- a/docs/CommandGuide/llvm-symbolizer.rst +++ b/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.1