[PATCH] D82926: [libfuzzer] [clang] Add __has_feature(fuzzing_coverage)

Matt Morehouse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 30 17:23:56 PDT 2020


morehouse added a comment.

Can we just use `FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION` <https://llvm.org/docs/LibFuzzer.html#fuzzer-friendly-build-mode> instead?  I'm a little wary of introducing a new way to do conditional compilation since fuzzers that don't use sancov can't rely on it.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82926/new/

https://reviews.llvm.org/D82926





More information about the cfe-commits mailing list