This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d8b65f7124 ARM: move some logic from processFixupValue to applyFixup. new 374592322d2 Move Value adjustment to applyFixup. NFC. new 554302ac5bc [llvm-pdbutil] Dump raw bytes of module symbols and debug chunks.
The 2 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: .../llvm/DebugInfo/PDB/Native/ModuleDebugStream.h | 19 ++-- lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | 36 +++++-- .../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 3 +- test/DebugInfo/PDB/module-bytes.test | 73 ++++++++++++++ tools/llvm-pdbutil/BytesOutputStyle.cpp | 109 +++++++++++++++++++++ tools/llvm-pdbutil/BytesOutputStyle.h | 4 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 14 +++ tools/llvm-pdbutil/llvm-pdbutil.h | 5 + 8 files changed, 246 insertions(+), 17 deletions(-) create mode 100644 test/DebugInfo/PDB/module-bytes.test