This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f18e64f [AArch64] Move tests from r271677 to a more appropriately nam [...] new 1ac3f3e [Symbolize] Check if the PE file has a PDB and emit an error [...] new 3d6e973 [cpu-detection] Naming convention new fd3b149 Fix non-Windows build when inserting a move only type into a map
The 3 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/Symbolize/Symbolize.h | 31 +++-- include/llvm/Object/COFF.h | 8 ++ lib/DebugInfo/Symbolize/Symbolize.cpp | 154 ++++++++++++--------- lib/Object/COFFObjectFile.cpp | 11 ++ lib/Support/Host.cpp | 55 ++++---- .../llvm-symbolizer/pdb/Inputs/missing_pdb.exe | Bin 0 -> 32256 bytes test/tools/llvm-symbolizer/pdb/missing_pdb.test | 17 +++ tools/llvm-symbolizer/llvm-symbolizer.cpp | 14 +- tools/sancov/sancov.cc | 6 + tools/sanstats/sanstats.cpp | 6 +- 10 files changed, 188 insertions(+), 114 deletions(-) create mode 100644 test/tools/llvm-symbolizer/pdb/Inputs/missing_pdb.exe create mode 100644 test/tools/llvm-symbolizer/pdb/missing_pdb.test