This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8e5ffc9 Revert "[obj2yaml] [yaml2obj] Support MachO section and secti [...] new f84af69 llvm-dwp: remove some unused error handling new 60ce11f [codeview] Some cleanup of Symbol Records.
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/CVSymbolTypes.def | 424 +++++++++++---------- include/llvm/DebugInfo/CodeView/CodeView.h | 90 ++++- include/llvm/DebugInfo/CodeView/RecordIterator.h | 8 +- .../llvm/DebugInfo/CodeView/RecordSerialization.h | 5 + include/llvm/DebugInfo/CodeView/SymbolRecord.h | 89 +---- include/llvm/DebugInfo/CodeView/TypeRecord.h | 16 + .../llvm/DebugInfo/CodeView/TypeRecordBuilder.h | 3 +- include/llvm/DebugInfo/CodeView/TypeStream.h | 4 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 18 +- lib/MC/MCCodeView.cpp | 20 +- tools/llvm-dwp/llvm-dwp.cpp | 13 +- tools/llvm-readobj/COFFDumper.cpp | 125 +++--- 12 files changed, 419 insertions(+), 396 deletions(-)