[libfuzzer] Fix build error due to out-of-line definition of 'Fuzzer' does not match...
authorJie Fu <jiefu@tencent.com>
Fri, 10 Mar 2023 06:52:28 +0000 (14:52 +0800)
committerJie Fu <jiefu@tencent.com>
Fri, 10 Mar 2023 06:52:28 +0000 (14:52 +0800)
commit0b327814d86c7e09a6932efdbff6c83e55a2f06c
tree10631e499edac29ddc0c1127457215c473eab420
parent1746460630cf1565d2a55a68daf65a947bbaaa77
[libfuzzer] Fix build error due to out-of-line definition of 'Fuzzer' does not match any declaration in 'fuzzer::Fuzzer' (NFC)

/data/llvm-project/compiler-rt/lib/fuzzer/FuzzerLoop.cpp:138:9: error: out-of-line definition of 'Fuzzer' does not match any declaration in 'fuzzer::Fuzzer'
Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD,
        ^~~~~~
/data/llvm-project/compiler-rt/lib/fuzzer/FuzzerInternal.h:35:10: note: type of 4th parameter of member declaration does not match definition ('fuzzer::FuzzingOptions &' vs 'const fuzzer::FuzzingOptions &')
         FuzzingOptions &Options);
         ^
1 error generated.
compiler-rt/lib/fuzzer/FuzzerInternal.h