[PATCH] D38642: [clang-fuzzer] Allow building without coverage instrumentation.

Matt Morehouse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 15:35:26 PDT 2017


morehouse added a comment.

In https://reviews.llvm.org/D38642#891074, @kcc wrote:

> If you can *easily* share main() with the one in LLVM -- do it, otherwise don't bother.


Does the fuzzer main come from LLVM or compiler-rt now?  There's still FuzzerMain.cpp, but I'm not sure if we should be using that or not.


https://reviews.llvm.org/D38642





More information about the cfe-commits mailing list