[PATCH] D20741: [LibFuzzer] Reimplement how the optional user functions are called.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 21:11:12 PDT 2016


delcypher retitled this revision from "[LibFuzzer] Fix weak linking issues building tests under OSX." to "[LibFuzzer] Reimplement how the optional user functions are called.".
delcypher updated the summary for this revision.
delcypher updated this revision to Diff 59173.
delcypher added a comment.

Use different implementation for initializing `fuzzer::ExternalFunctions` on Linux and OSX


http://reviews.llvm.org/D20741

Files:
  lib/Fuzzer/CMakeLists.txt
  lib/Fuzzer/FuzzerDriver.cpp
  lib/Fuzzer/FuzzerExtFunctions.def
  lib/Fuzzer/FuzzerExtFunctions.h
  lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
  lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
  lib/Fuzzer/FuzzerInternal.h
  lib/Fuzzer/FuzzerLoop.cpp
  lib/Fuzzer/FuzzerMain.cpp
  lib/Fuzzer/test/FuzzerUnittest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20741.59173.patch
Type: text/x-patch
Size: 12120 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160601/3539f956/attachment.bin>


More information about the llvm-commits mailing list