[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
Tue Jul 20 03:59:38 PDT 2021
gbreynoo marked 3 inline comments as done.
gbreynoo added a comment.
I also folded the new stack-size test into the existing one as requested.
================
Comment at: llvm/tools/llvm-readobj/ELFDumper.cpp:65
#include <memory>
+#include <numeric>
#include <string>
----------------
jhenderson wrote:
> What's this for?
This is for use of std::accumulate
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105884/new/
https://reviews.llvm.org/D105884
More information about the llvm-commits
mailing list