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

Kostya Serebryany via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 6 13:13:23 PDT 2017


kcc added a comment.

It's not about coverage instrumentation (not) being present, but about libFuzzer's main() being present, right? 
Will we be able to reuse some of Justin's code instead of creating one more main() function? 
Or, why not link with libFuzzer (-fsanitize=fuzzer at link time) even if we don't us einstrumentation at compile time?


https://reviews.llvm.org/D38642





More information about the cfe-commits mailing list