[PATCH] D32096: Always build libfuzzer

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 13:29:48 PDT 2017


kubamracek added a comment.

In https://reviews.llvm.org/D32096#728508, @kcc wrote:

> > George works with me and Anna
>
> I've figured that out. Welcome George!
>
> So, ok, I don't mind, as long as we all agree that this is a partial solution: we build libFuzzer.a but we don't test it in the default mode.


Right, this is just a small incremental change, and there are further patches coming.  The goal is to get libFuzzer as easy to use as e.g. AddressSanitizer.

> BTW, if you can figure out how to actually solve this problem (and to make the libFuzzer tests depend on the fresh clang) w/o waiting for the monorepo -- would be great!

Sounds doable, this is what compiler-rt unit tests are already doing.


Repository:
  rL LLVM

https://reviews.llvm.org/D32096





More information about the llvm-commits mailing list