[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 14:57:17 PDT 2017
kcc added a comment.
grrr. I am sorry, I've just contradicted myself. :(
The goal here is to build the fuzz targets always and use them as tests, which includes building with any toolchain, including toolchains that don't support -fsanitize=fuzzer....
your original change actually solved this.
If you can *easily* share main() with the one in LLVM -- do it, otherwise don't bother.
https://reviews.llvm.org/D38642
More information about the cfe-commits
mailing list