summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-symbolizer.rst
diff options
context:
space:
mode:
authorColin LeMahieu <colinl@codeaurora.org>2015-11-11 18:11:06 +0000
committerColin LeMahieu <colinl@codeaurora.org>2015-11-11 18:11:06 +0000
commitda6cafffc0daea3d1df4021a56257487d1ed4ec9 (patch)
tree423fa42a3c1301adba694aeac4b99edfdeb20e96 /llvm/docs/CommandGuide/llvm-symbolizer.rst
parent54511353e35870cd8890a67d0d5d0226cb45a443 (diff)
downloadbcm5719-llvm-da6cafffc0daea3d1df4021a56257487d1ed4ec9.tar.gz
bcm5719-llvm-da6cafffc0daea3d1df4021a56257487d1ed4ec9.zip
Reverting r252760
llvm-svn: 252770
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-symbolizer.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-symbolizer.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index dfbf4919abe..9d6571d5c4c 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -56,14 +56,6 @@ EXAMPLE
foo(int)
/tmp/a.cc:12
- $cat addr.txt
- 0x40054d
- $llvm-symbolizer -inlining -print-address -pretty-print -obj=addr.exe < addr.txt
- 0x40054d: inc at /tmp/x.c:3:3
- (inlined by) main at /tmp/x.c:9:0
- $llvm-symbolizer -inlining -pretty-print -obj=addr.exe < addr.txt
- inc at /tmp/x.c:3:3
- (inlined by) main at /tmp/x.c:9:0
OPTIONS
-------
@@ -109,10 +101,6 @@ OPTIONS
.. 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.
-
EXIT STATUS
-----------
OpenPOWER on IntegriCloud