This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8839a0f [pdb] Parse and dump section map and section contribs new 7f9dfc2 [libFuzzer] docs: add contact, mention more trophies new 8bb56cc [LibFuzzer] Reimplement how the optional user functions are called. new e8edd31 [LibFuzzer] Disable compiling and running the LibFuzzer dataf [...]
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: docs/LibFuzzer.rst | 3 +- lib/Fuzzer/CMakeLists.txt | 2 ++ lib/Fuzzer/FuzzerDriver.cpp | 14 ++++------ lib/Fuzzer/FuzzerExtFunctions.def | 23 ++++++++++++++++ lib/Fuzzer/FuzzerExtFunctions.h | 32 ++++++++++++++++++++++ lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp | 49 +++++++++++++++++++++++++++++++++ lib/Fuzzer/FuzzerExtFunctionsWeak.cpp | 50 ++++++++++++++++++++++++++++++++++ lib/Fuzzer/FuzzerInternal.h | 6 +++- lib/Fuzzer/FuzzerLoop.cpp | 9 ++---- lib/Fuzzer/FuzzerMain.cpp | 6 +--- lib/Fuzzer/test/CMakeLists.txt | 12 +++++++- lib/Fuzzer/test/fuzzer-dfsan.test | 1 + lib/Fuzzer/test/lit.cfg | 6 ++++ lib/Fuzzer/test/lit.site.cfg.in | 1 + 14 files changed, 192 insertions(+), 22 deletions(-) create mode 100644 lib/Fuzzer/FuzzerExtFunctions.def create mode 100644 lib/Fuzzer/FuzzerExtFunctions.h create mode 100644 lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp create mode 100644 lib/Fuzzer/FuzzerExtFunctionsWeak.cpp