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 851bfbce9 [asan] Restore check removed by r332033 new e7a38f86f [libFuzzer] add an experimental flag -focus_function: libFuzz [...] new 79ef693a0 [asan] Add a magic shadow value for shadw gap
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: lib/asan/asan_errors.cc | 1 + lib/asan/asan_internal.h | 3 +++ lib/fuzzer/FuzzerCorpus.h | 12 +++++++++++- lib/fuzzer/FuzzerDriver.cpp | 2 ++ lib/fuzzer/FuzzerFlags.def | 2 ++ lib/fuzzer/FuzzerLoop.cpp | 8 ++++++++ lib/fuzzer/FuzzerOptions.h | 1 + lib/fuzzer/FuzzerTracePC.cpp | 33 +++++++++++++++++++++++++++++++++ lib/fuzzer/FuzzerTracePC.h | 6 ++++++ lib/fuzzer/tests/FuzzerUnittest.cpp | 2 +- test/fuzzer/OnlySomeBytesTest.cpp | 3 +++ test/fuzzer/target-function.test | 29 +++++++++++++++++++++++++++++ 12 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 test/fuzzer/target-function.test