This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 04c5ee8 [WebAssembly] Put __stack_pointer in the offset field of load [...] new a02a9cb [codeview] Add support for S_EXPORT symbol. new 8d473c6 [codeview] Add support for new types and symbols.
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 | 2 +- include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 4 ++-- include/llvm/DebugInfo/CodeView/CodeView.h | 13 ++++++++++- include/llvm/DebugInfo/CodeView/SymbolRecord.h | 28 +++++++++++++++++++++++ include/llvm/DebugInfo/CodeView/TypeRecord.h | 19 +++++++++++++++ include/llvm/DebugInfo/CodeView/TypeRecords.def | 3 ++- lib/DebugInfo/CodeView/SymbolDumper.cpp | 16 +++++++++++++ lib/DebugInfo/CodeView/TypeDumper.cpp | 15 ++++++++++++ lib/DebugInfo/CodeView/TypeRecord.cpp | 4 ++++ 9 files changed, 99 insertions(+), 5 deletions(-)