This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository compiler-rt.
from dcd249132 [compiler-rt][X86][AMD][Bulldozer] Fix Bulldozer Model 2 detection. new 42ed860e3 [libFuzzer] Report at most one crash per input.
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/sanitizer/common_interface_defs.h | 5 +++++ lib/asan/asan_report.cc | 4 ++++ lib/fuzzer/FuzzerExtFunctions.def | 1 + lib/fuzzer/FuzzerLoop.cpp | 12 ++++++++++++ lib/sanitizer_common/sanitizer_common.cc | 7 +++++++ lib/sanitizer_common/sanitizer_common_interface.inc | 1 + lib/sanitizer_common/sanitizer_interface_internal.h | 6 ++++++ test/fuzzer/AcquireCrashStateTest.cpp | 18 ++++++++++++++++++ test/fuzzer/acquire-crash-state.test | 3 +++ 9 files changed, 57 insertions(+) create mode 100644 test/fuzzer/AcquireCrashStateTest.cpp create mode 100644 test/fuzzer/acquire-crash-state.test