[PATCH] D56591: [llvm-symbolizer] Add -C as a short alias to -demangle

Dmitry Venikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 14 02:00:37 PST 2019


Quolyk added a comment.

In D56591#1354067 <https://reviews.llvm.org/D56591#1354067>, @jhenderson wrote:

> Could you add an ELF test for this too, please,  to show the route through the Itanium demangler (and when it doesn't go through it for -C=false)?
>
> Unfortunately, it looks like I don't have a pre-requisite either, so the pdb test is unsupported for me too. The test change looks safe, but adding the ELF test as well would give the extra reassurance.


How do i call itanium demangler? AFAIK llvm-symbolizer only accepts bool value of -demangle flag.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56591/new/

https://reviews.llvm.org/D56591





More information about the llvm-commits mailing list