This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1acd70c [libFuzzer] fix a recent bugs (buffer overflow) new a27efcd Retire bugpoint's -R. hack. new 83660ff GC HAVE_STRTOQ new 120924c [libFuzzer] add fuzzer test for libxml2, finds https://bugzil [...]
The 3 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: cmake/config-ix.cmake | 1 - include/llvm/Config/config.h.cmake | 7 ------- lib/Fuzzer/fuzzer-test-suite/libxml2-v2.9.2/build.sh | 13 +++++++++++++ lib/Fuzzer/fuzzer-test-suite/libxml2-v2.9.2/target.cc | 16 ++++++++++++++++ lib/Fuzzer/fuzzer-test-suite/libxml2-v2.9.2/test.sh | 9 +++++++++ tools/bugpoint/Miscompilation.cpp | 8 ++------ tools/bugpoint/ToolRunner.cpp | 3 --- 7 files changed, 40 insertions(+), 17 deletions(-) create mode 100755 lib/Fuzzer/fuzzer-test-suite/libxml2-v2.9.2/build.sh create mode 100644 lib/Fuzzer/fuzzer-test-suite/libxml2-v2.9.2/target.cc create mode 100755 lib/Fuzzer/fuzzer-test-suite/libxml2-v2.9.2/test.sh