[PATCH] D105884: [llvm-readobj] Display multiple function names for stack size entries

Owen Reynolds via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 26 06:58:04 PDT 2021


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


================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:65
 #include <memory>
+#include <numeric>
 #include <string>
----------------
jhenderson wrote:
> gbreynoo wrote:
> > jhenderson wrote:
> > > What's this for?
> > This is for use of std::accumulate
> I believe you can now remove this include?
Good catch, I've removed it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105884



More information about the llvm-commits mailing list