[PATCH] D27947: [libFuzzer] Diff 36 - [FuzzerSupport] Move functions from FuzzerUtil to FuzzerSupport lib.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 20 14:13:16 PST 2016


mpividori added a comment.

@aizatsky  I decided to include in the FuzzerSupport all general IO and Util functions that doesn't depend on the Fuzzer implementation.  Some stuff is platform-dependent, some stuff isn't.


Repository:
  rL LLVM

https://reviews.llvm.org/D27947





More information about the llvm-commits mailing list