This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 663a1938ad0 Add a note to the release not about a potentially breaking [...] new 07e82cdf813 [llvm-readelf] Support dumping of stack sizes sections with [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/llvm-readelf.rst | 5 + test/tools/llvm-readobj/stack-sizes.test | 473 +++++++++++++++++++++++++++++++ tools/llvm-readobj/ELFDumper.cpp | 327 +++++++++++++++++++++ tools/llvm-readobj/ObjDumper.h | 1 + tools/llvm-readobj/llvm-readobj.cpp | 11 + 5 files changed, 817 insertions(+) create mode 100644 test/tools/llvm-readobj/stack-sizes.test