[llvm] [llvm-readobj] enable demangle option for the xcoff object file (PR #78455)
zhijian lin via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 29 06:00:19 PST 2024
================
@@ -61,6 +61,11 @@ file formats.
Dump decompressed section content when used with ``-x`` or ``-p``.
If the section(s) are not compressed, they are displayed as is.
+.. option:: --demangle, -C
+
+ Display demangled symbol names in the output; the option only is for ELF and
+ XCOFF file format.
----------------
diggerlin wrote:
thanks
https://github.com/llvm/llvm-project/pull/78455
More information about the llvm-commits
mailing list