[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:59:54 PDT 2017
kcc added a comment.
We often suggest to code owners to implement their own dummy main to run fuzz targets as regression tests.
But for ourselves (LLVM) this recommendations makes less sense since libFuzzer is part of LLVM and we can use it's main directly.
https://reviews.llvm.org/D38642
More information about the cfe-commits
mailing list