This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b1bd1633f1a Fix some incorrect fields in our generated PDBs. new 8af1bad853e [CodeView] Initial support for emitting S_THUNK32 symbols f [...] new 84d38622bdf Revert "Fix some incorrect fields in our generated PDBs."
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/DbiStreamBuilder.h | 1 - include/llvm/IR/DebugInfoFlags.def | 3 +- include/llvm/IR/DebugInfoMetadata.h | 5 + lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 59 ++- lib/CodeGen/AsmPrinter/CodeViewDebug.h | 4 + lib/DebugInfo/CodeView/SymbolDumper.cpp | 1 + lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 10 +- test/DebugInfo/COFF/thunk.ll | 586 +++++++++++++++++++++ 8 files changed, 657 insertions(+), 12 deletions(-) create mode 100644 test/DebugInfo/COFF/thunk.ll