Verifying that custom mutator is loaded successfully by libFuzzer
this was discussed in https://github.com/google/clusterfuzz/pull/1333
https://reviews.llvm.org/D73136 was landed a month ago as https://github.com/llvm/llvm-project/commit/15f1d5d14425528540e1cc4aa776b195a2e1e7e0
and we're using https://github.com/llvm/llvm-project/commit/c29003813ab9bd6ea7b6de40ea8f1fe21979f13f which is a newer revision
which means now we can check the presence of INFO: found LLVMFuzzerCustomMutator in the fuzzer log to verify that the custom mutator was indeed used
Verified!
was there a CL landed to address this? The intention was to parse the logs for the INFO: found LLVMFuzzerCustomMutator string to make sure the mutator library was actually used
my bad then!