This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa1648c5010 Fix to web assembly lib call list new 39bfdfaa942 [PDB] Enable NativeSession to create symbols for built-in t [...]
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/CodeView/TypeIndex.h | 21 +++++++- .../DebugInfo/PDB/Native/NativeBuiltinSymbol.h | 49 ++++++++++++++++++ .../DebugInfo/PDB/Native/NativeCompilandSymbol.h | 2 +- .../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 2 +- .../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 6 ++- include/llvm/DebugInfo/PDB/Native/NativeSession.h | 7 +++ lib/DebugInfo/PDB/CMakeLists.txt | 1 + lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp | 48 ++++++++++++++++++ lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 2 +- lib/DebugInfo/PDB/Native/NativeSession.cpp | 58 +++++++++++++++++++++- 12 files changed, 190 insertions(+), 10 deletions(-) create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeBuiltinSymbol.h create mode 100644 lib/DebugInfo/PDB/Native/NativeBuiltinSymbol.cpp