[PATCH] D32096: Always build libfuzzer

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


kubamracek added a comment.

(George works with me and Anna and he's trying to make libFuzzer more available to non-compiler folks.)

The point of this patch is to have something that can potentially be shipped with the compiler, and this also ensures that the version of libFuzzer is correct to use with that compiler.  The current "recommended" way of using libFuzzer involves checking out the llvm repo and building a .a file of libFuzzer – we'd like to remove those steps and have the .a file be already a part of the compiler build.


Repository:
  rL LLVM

https://reviews.llvm.org/D32096





More information about the llvm-commits mailing list