From 119cf66fa565d32361fb8db36659cf530210532d Mon Sep 17 00:00:00 2001 From: Dmitry Venikov Date: Mon, 21 Jan 2019 10:00:57 +0000 Subject: [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 --- llvm/docs/CommandGuide/llvm-symbolizer.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'llvm/docs/CommandGuide') 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 -- cgit v1.2.3