[PATCH] D27993: [libFuzzer] Diff 44 - Update cmake for libFuzzer. Remove requiring LLVM_USE_SANITIZE_COVERAGE .

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 4 18:45:38 PST 2017


kcc added a comment.

In https://reviews.llvm.org/D27993#636392, @mpividori wrote:

> @kcc What do you mean by "non-default build config"?  In a previous comment you explained that you use this flag to protect from accidentally using a non freash clang host compiler, so this would be the purpose of `ENABLE_LIBFUZZER`
>  It could be removed when starting using monorepo.


Right now if you want to build clang-fuzzer you need to use a non-standard build config. 
Same for libFuzzer tests, but at least it's the same build config. 
You propose to have two different non-standard build configs.


Repository:
  rL LLVM

https://reviews.llvm.org/D27993





More information about the llvm-commits mailing list