summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2017-06-29 18:29:05 +0000
committerSam Clegg <sbc@chromium.org>2017-06-29 18:29:05 +0000
commita79c4fecfd2c8106176a61d5e1d297d952f53471 (patch)
tree27f9a314b918671f331b95dc5e99909ecc33f38b /docs
parent756094d8ef63a8abcb4184a1a9e27599c93119e1 (diff)
llvm-nm: Add support for symbol demangling (-C/--demangle)
Differential Revision: https://reviews.llvm.org/D34668 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306718 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CommandGuide/llvm-nm.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/CommandGuide/llvm-nm.rst b/docs/CommandGuide/llvm-nm.rst
index 319e6e6aecf..da7edea4743 100644
--- a/docs/CommandGuide/llvm-nm.rst
+++ b/docs/CommandGuide/llvm-nm.rst
@@ -134,9 +134,6 @@ OPTIONS
BUGS
----
- * :program:`llvm-nm` cannot demangle C++ mangled names, like GNU :program:`nm`
- can.
-
* :program:`llvm-nm` does not support the full set of arguments that GNU
:program:`nm` does.