[PATCH] D74359: [compiler-rt] FuzzedDataProvider: add ConsumeMemory and hash methods.

Max Moroz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 10 14:33:46 PST 2020


Dor1s added a comment.

Jonathan @metzman please take a look when you get a chance. I'll add the tests later. Two comments:

1. `ConsumeMemory` was requested by the users a few times and I think makes sense
2. `hash` is my own idea and I'm not sure it's a good one. What's your opinion?

Thank you!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74359/new/

https://reviews.llvm.org/D74359





More information about the llvm-commits mailing list