This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0804de030c4 Revert "[Hexagon] Handle decreasing of stack alignment in f [...] new 87f3ec22f79 [llvm-pdbutil] Add the ability to dump raw bytes from the file.
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: test/DebugInfo/PDB/pdbdump-raw-blocks.test | 12 +++---- test/DebugInfo/PDB/pdbdump-raw-bytes.test | 15 +++++++++ tools/llvm-pdbutil/BytesOutputStyle.cpp | 31 ++++++++++++++++++ tools/llvm-pdbutil/BytesOutputStyle.h | 1 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 50 ++++++++++++++++++++---------- tools/llvm-pdbutil/llvm-pdbutil.h | 10 +++--- 6 files changed, 93 insertions(+), 26 deletions(-) create mode 100644 test/DebugInfo/PDB/pdbdump-raw-bytes.test