[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:35 PDT 2019


grimar marked an inline comment as done.
grimar added inline comments.


================
Comment at: tools/llvm-readobj/ELFDumper.cpp:4822
-}
-
 template <class ELFT>
----------------
It was unnecessary to touch this, but I decided that it is nice to move it closer to the new `getSymbolName` helper.


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

https://reviews.llvm.org/D68012





More information about the llvm-commits mailing list