[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:04:20 PDT 2019
Dor1s added a comment.
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.
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