diff options
author | Mike Aizatsky <aizatsky@chromium.org> | 2016-01-07 23:57:41 +0000 |
---|---|---|
committer | Mike Aizatsky <aizatsky@chromium.org> | 2016-01-07 23:57:41 +0000 |
commit | 54a7c69a34f913c4681ddf2d9088ecdc6babddfe (patch) | |
tree | e588ad89e48fa7d0146b87b3d952a5bf5f300776 /llvm/docs/CommandGuide | |
parent | 117b1041669d02ec0edb194a9936c42fcf56952b (diff) | |
download | bcm5719-llvm-54a7c69a34f913c4681ddf2d9088ecdc6babddfe.tar.gz bcm5719-llvm-54a7c69a34f913c4681ddf2d9088ecdc6babddfe.zip |
[llvm-symbolizer] Print out non-address lines verbatim.
Differential Revision: http://reviews.llvm.org/D15876
llvm-svn: 257115
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-symbolizer.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 -------- |