vitalybuka added a comment.

In D77637#1971417 <https://reviews.llvm.org/D77637#1971417>, @pratyai wrote:

> Was unintentionally enabling the bool-flag coverage in SanitizerArgs.cpp 
> before (line#383, `if (Add & SanitizerKind::FuzzerNoLink) { CoverageFeatures 
> |= ... }`
>
> Couldn't catch it before because `cmake -G Ninja ../llvm` didn't generate 
> check-fuzzer target for me. Is there any option to enable fuzzer target 
> generation?


i have
-DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;compiler-rt;lld" 
-DCOMPILER_RT_BUILD_LIBFUZZER=ON
try to check-all as well


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77637



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to