[PATCH] D65661: [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.
Max Moroz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 10:11:01 PDT 2019
Dor1s added a comment.
In D65661#1612546 <https://reviews.llvm.org/D65661#1612546>, @lebedev.ri wrote:
> In D65661#1612541 <https://reviews.llvm.org/D65661#1612541>, @Dor1s wrote:
>
> > If this change gets accepted, any clang user should be able to use it via `#include <fuzzer/FuzzedDataProvider.h>`, rather than have it somewhere in their repo. It is not tied to `-fsanitizer=fuzzer` or any other compiler flags.
>
>
> I think that misses the point, it's still a compiler lock-in - does that work with gcc?
I don't think gcc is a good choice for fuzzing :) That is also covered in the CL summary.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65661/new/
https://reviews.llvm.org/D65661
More information about the llvm-commits
mailing list