This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 89b77ce2ca3 docs: Add some information about Fuzzing LLVM itself new 58e4a843472 llvm-isel-fuzzer: Handle a subset of backend flags in the e [...]
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: docs/FuzzingLLVM.rst | 7 ++++ include/llvm/FuzzMutate/FuzzerCLI.h | 12 +++++++ lib/FuzzMutate/FuzzerCLI.cpp | 38 +++++++++++++++++++++- .../llvm-isel-fuzzer/aarch64-execname-options.ll | 15 +++++++++ test/tools/llvm-isel-fuzzer/execname-options.ll | 15 +++++++++ tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp | 1 + 6 files changed, 87 insertions(+), 1 deletion(-) create mode 100644 test/tools/llvm-isel-fuzzer/aarch64-execname-options.ll create mode 100644 test/tools/llvm-isel-fuzzer/execname-options.ll