[PATCH] D68012: [llvm-readobj/llvm-readelf] - .stack_sizes: demangle symbol names in warnings reported.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 02:49:03 PDT 2019


grimar created this revision.
grimar added reviewers: jhenderson, MaskRay.
Herald added subscribers: seiya, rupprecht, erik.pilkington.
grimar added a subscriber: wolfgangp.

I started this patch as a refactoring, tried to make a helper for
getting the symbol names, similar to how we get section names
used in warning messages.

So this patch cleanups the code and fixes issue: symbol names
in warning messages were not demangled.


https://reviews.llvm.org/D68012

Files:
  test/tools/llvm-readobj/stack-sizes.test
  tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68012.221695.patch
Type: text/x-patch
Size: 4846 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190925/46698db3/attachment.bin>


More information about the llvm-commits mailing list