[PATCH] D65661: [compiler-rt] Move FDP to include/fuzzer/FuzzedDataProvider.h for easier use.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 08:27:59 PDT 2019
lebedev.ri added a comment.
I'm not opposing, but i have a question - this is not fuzzer specific at all, right?
This is just `Span` on steroids - knows it's size and byte position within the buffer,
and has methods to change the position by consuming bytes; nothing more?
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