This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f158190afe2 Fix buildbot failures for new test that requires the X86 ta [...] new 16edf9bff8d Move some CLI utils out of llvm-isel-fuzzer and into the library
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: cmake/modules/AddLLVM.cmake | 1 + include/llvm/FuzzMutate/FuzzerCLI.h | 39 ++++++++++++++++++++++ lib/FuzzMutate/CMakeLists.txt | 1 + .../FuzzMutate/FuzzerCLI.cpp | 38 +++++++++++++-------- tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp | 38 ++------------------- tools/llvm-isel-fuzzer/llvm-isel-fuzzer.cpp | 18 ++-------- 6 files changed, 70 insertions(+), 65 deletions(-) create mode 100644 include/llvm/FuzzMutate/FuzzerCLI.h copy tools/llvm-isel-fuzzer/DummyISelFuzzer.cpp => lib/FuzzMutate/FuzzerCLI.cpp (59%)