[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return...
[libFuzzer] make LLVMFuzzerTestOneInput (the fuzzer target function) return int instead of void. The actual return value is not *yet* used (and expected to be 0). This change is API breaking, so the fuzzers will need to be updated. llvm-svn: 249214
Loading
Please sign in to comment