This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b6b8f76 [PM] Port of the DepndenceAnalysis to the new PM. new 2eea181 [codeview] Fix dumping VFTables, stop when we see LF_PAD* new 41502c5 llvm-readobj: Fix GNU style entry point print width
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: include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 5 +- .../llvm/DebugInfo/CodeView/RecordSerialization.h | 4 +- .../llvm-readobj/Inputs/codeview-vftable.obj.coff | Bin 0 -> 20396 bytes test/tools/llvm-readobj/codeview-vftable.test | 51 +++++++++++++++++++++ tools/llvm-readobj/ELFDumper.cpp | 2 +- 5 files changed, 59 insertions(+), 3 deletions(-) create mode 100644 test/tools/llvm-readobj/Inputs/codeview-vftable.obj.coff create mode 100644 test/tools/llvm-readobj/codeview-vftable.test