[PATCH] D20943: [LibFuzzer] Declare and use sanitizer functions in `fuzzer::ExternalFunctions`

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 7 16:18:42 PDT 2016


delcypher updated this revision to Diff 59965.
delcypher added a comment.

- Modify each unittest that needs `fuzzer::EF` to be initialized to initialize it instead of implementing our `main()` function.


http://reviews.llvm.org/D20943

Files:
  lib/Fuzzer/FuzzerDriver.cpp
  lib/Fuzzer/FuzzerExtFunctions.def
  lib/Fuzzer/FuzzerExtFunctions.h
  lib/Fuzzer/FuzzerIO.cpp
  lib/Fuzzer/FuzzerInternal.h
  lib/Fuzzer/FuzzerLoop.cpp
  lib/Fuzzer/FuzzerMutate.cpp
  lib/Fuzzer/test/FuzzerUnittest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20943.59965.patch
Type: text/x-patch
Size: 17125 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160607/81d6e0e2/attachment.bin>


More information about the llvm-commits mailing list