This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3a963d1 [PGO] Use rsplit to parse value-data line in text profile fil [...] new f01dfdd [libFuzzer] enhance -rss_limit_mb and enable by default. Now [...] new 3eeac86 [libFuzzer] tweak the documentation about rss_limit
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: docs/LibFuzzer.rst | 10 +++++--- lib/Fuzzer/FuzzerDriver.cpp | 7 ++--- lib/Fuzzer/FuzzerFlags.def | 2 +- lib/Fuzzer/FuzzerInternal.h | 6 ++++- lib/Fuzzer/FuzzerLoop.cpp | 30 +++++++++++++++------- lib/Fuzzer/FuzzerUtil.cpp | 16 +++++++++++- lib/Fuzzer/test/CMakeLists.txt | 1 + .../test/{SimpleTest.cpp => OutOfMemoryTest.cpp} | 18 ++++++++----- lib/Fuzzer/test/fuzzer-oom.test | 4 +++ 9 files changed, 69 insertions(+), 25 deletions(-) copy lib/Fuzzer/test/{SimpleTest.cpp => OutOfMemoryTest.cpp} (61%) create mode 100644 lib/Fuzzer/test/fuzzer-oom.test