summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-symbolizer.rst
diff options
context:
space:
mode:
authorDmitry Venikov <quolyk@gmail.com>2019-01-21 10:00:57 +0000
committerDmitry Venikov <quolyk@gmail.com>2019-01-21 10:00:57 +0000
commit119cf66fa565d32361fb8db36659cf530210532d (patch)
tree1b22ba39e0eaa2070bccbc05df664d10c111e73e /llvm/docs/CommandGuide/llvm-symbolizer.rst
parentbe3cdd3542f72b311cd41e087f7f8dcf00fb4790 (diff)
downloadbcm5719-llvm-119cf66fa565d32361fb8db36659cf530210532d.tar.gz
bcm5719-llvm-119cf66fa565d32361fb8db36659cf530210532d.zip
[llvm-symbolizer] Add -no-demangle as alias for -demangle=false
Summary: Provides -no-demangle as alias for -demangle=false. Motivation: https://bugs.llvm.org/show_bug.cgi?id=40075 Reviewers: jhenderson, ruiu Reviewed By: jhenderson Subscribers: erik.pilkington, rupprecht, llvm-commits Differential Revision: https://reviews.llvm.org/D56773 llvm-svn: 351735
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-symbolizer.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-symbolizer.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/llvm-symbolizer.rst b/llvm/docs/CommandGuide/llvm-symbolizer.rst
index 3c7a26e486f..56999207e20 100644
--- a/llvm/docs/CommandGuide/llvm-symbolizer.rst
+++ b/llvm/docs/CommandGuide/llvm-symbolizer.rst
@@ -87,6 +87,10 @@ OPTIONS
Print demangled function names. Defaults to true.
+.. option:: -no-demangle
+
+ Don't print demangled function names.
+
.. option:: -inlining
If a source code location is in an inlined function, prints all the
OpenPOWER on IntegriCloud