X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=docs%2FCommandGuide%2Fllvm-symbolizer.rst;fp=docs%2FCommandGuide%2Fllvm-symbolizer.rst;h=7bcad1c12f119cf4a5ed313b25fc99b6025ed42d;hp=ec4178e4e7ab19f32e6c4840ec20fc451f142afc;hb=ba07fc7f19003c504e476a4c423ed63012a15eb9;hpb=a1505f10729275730eb1d4cda9cb0838aa58eb90 diff --git a/docs/CommandGuide/llvm-symbolizer.rst b/docs/CommandGuide/llvm-symbolizer.rst index ec4178e4e7a..7bcad1c12f1 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 --------