This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 409daa07095 [PEI] Fix refactoring from r308664 new ebb6c958cec [PGO] Move the PGOInstrumentation pass to new OptRemark API. new 5187ebbe875 Generate error reports when a fuzz target exits.
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/Fuzzer/FuzzerDriver.cpp | 3 +++ lib/Fuzzer/FuzzerInternal.h | 2 ++ lib/Fuzzer/FuzzerLoop.cpp | 18 ++++++++++++++++++ lib/Fuzzer/test/AbsNegAndConstant64Test.cpp | 1 + lib/Fuzzer/test/AbsNegAndConstantTest.cpp | 1 + lib/Fuzzer/test/BufferOverflowOnInput.cpp | 3 ++- lib/Fuzzer/test/CustomCrossOverTest.cpp | 3 ++- lib/Fuzzer/test/CustomMutatorTest.cpp | 3 ++- lib/Fuzzer/test/NthRunCrashTest.cpp | 3 ++- lib/Fuzzer/test/RepeatedBytesTest.cpp | 4 +++- lib/Fuzzer/test/SimpleDictionaryTest.cpp | 3 ++- lib/Fuzzer/test/SimpleTest.cpp | 3 ++- lib/Fuzzer/test/SimpleThreadedTest.cpp | 3 ++- lib/Fuzzer/test/exit-report.test | 5 +++++ lib/Fuzzer/test/fuzzer-flags.test | 8 ++++---- lib/Fuzzer/test/fuzzer-printcovpcs.test | 2 +- lib/Fuzzer/test/fuzzer.test | 6 +++--- lib/Fuzzer/test/inline-8bit-counters.test | 2 +- lib/Fuzzer/test/repeated-bytes.test | 2 +- lib/Fuzzer/test/trace-pc.test | 2 +- lib/Fuzzer/test/ulimit.test | 2 +- lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 8 ++++---- test/Transforms/PGOProfile/branch1.ll | 4 ++-- 23 files changed, 65 insertions(+), 26 deletions(-) create mode 100644 lib/Fuzzer/test/exit-report.test