[PATCH] D49043: [llvm-objdump] Add -demangle (-C) option

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 14:48:29 PDT 2018


alexshap added inline comments.


================
Comment at: tools/llvm-objdump/llvm-objdump.cpp:1525
+        DemangledSymbol =
+            itaniumDemangle(SymbolName.data(), DemangledSymbol, &Size, &Status);
+        if (Status == 0) // Success
----------------
just in case -  why does it always use itaniumDemanlge / what about other ABIs ?


Repository:
  rL LLVM

https://reviews.llvm.org/D49043





More information about the llvm-commits mailing list