This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6eda33795aa Remove unused PACKAGE_TARNAME; looks like a remnant of the [...] new 55ff94d9d70 [llvm-pdbutil] Add an export subcommand.
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: include/llvm/DebugInfo/PDB/Native/InfoStream.h | 2 +- lib/DebugInfo/PDB/Native/InfoStream.cpp | 4 +- lib/DebugInfo/PDB/Native/PDBFile.cpp | 13 ++++- test/tools/llvm-pdbdump/Inputs/tpi.bin | Bin 0 -> 6000 bytes test/tools/llvm-pdbdump/export-stream.test | 2 + tools/llvm-pdbutil/llvm-pdbutil.cpp | 64 +++++++++++++++++++++++++ tools/llvm-pdbutil/llvm-pdbutil.h | 6 +++ 7 files changed, 86 insertions(+), 5 deletions(-) create mode 100644 test/tools/llvm-pdbdump/Inputs/tpi.bin create mode 100644 test/tools/llvm-pdbdump/export-stream.test