This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2463f3b [X86] Remove SSE/AVX unaligned store intrinsics as clang no l [...] new 84d13f8 [llvm-dwarfdump-fuzzer] Get this compiling again new 692eabe [llvm-pdbdump-fuzzer] Add a fuzzer for llvm-pdbdump
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: .../fuzzer/llvm-dwarfdump-fuzzer.cpp | 6 +- tools/llvm-pdbdump/CMakeLists.txt | 4 ++ tools/llvm-pdbdump/fuzzer/CMakeLists.txt | 15 +++++ tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp | 77 ++++++++++++++++++++++ 4 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 tools/llvm-pdbdump/fuzzer/CMakeLists.txt create mode 100644 tools/llvm-pdbdump/fuzzer/llvm-pdbdump-fuzzer.cpp