This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ed5107d [Sparc] Don't overlap variable-sized allocas with other stack [...] new c468b9c [docs] Fix a couple of typos in the new Error docs. new 582aee6 [docs] Fix a missing code-block in the new Error docs. new 98711e2 [libFuzzer] add StandaloneFuzzTargetMain.c and a test for it
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/ProgrammersManual.rst | 22 +++++++------ lib/Fuzzer/standalone/StandaloneFuzzTargetMain.c | 41 ++++++++++++++++++++++++ lib/Fuzzer/test/CMakeLists.txt | 12 +++++++ lib/Fuzzer/test/InitializeTest.cpp | 6 ++-- lib/Fuzzer/test/fuzzer.test | 2 +- lib/Fuzzer/test/standalone.test | 4 +++ 6 files changed, 74 insertions(+), 13 deletions(-) create mode 100644 lib/Fuzzer/standalone/StandaloneFuzzTargetMain.c create mode 100644 lib/Fuzzer/test/standalone.test