This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e4bd610 [libfuzzer] sancov documentation update new 9e1ee71 [libFuzzer] move common parts of shell scripts into a separate file
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: lib/Fuzzer/fuzzer-test-suite/build-and-test.sh | 13 ++++++++++ .../c-ares-CVE-2016-5180/build.sh | 17 +++---------- .../fuzzer-test-suite/c-ares-CVE-2016-5180/test.sh | 4 +-- lib/Fuzzer/fuzzer-test-suite/common.sh | 29 ++++++++++++++++++++++ .../fuzzer-test-suite/openssl-1.0.1f/build.sh | 18 +++----------- .../fuzzer-test-suite/openssl-1.0.2d/build.sh | 20 +++------------ .../fuzzer-test-suite/openssl-1.0.2d/test.sh | 5 +--- .../fuzzer-test-suite/re2-2014-12-09/build.sh | 15 +++-------- .../fuzzer-test-suite/re2-2014-12-09/test.sh | 5 +--- 9 files changed, 58 insertions(+), 68 deletions(-) create mode 100755 lib/Fuzzer/fuzzer-test-suite/build-and-test.sh create mode 100644 lib/Fuzzer/fuzzer-test-suite/common.sh