[PATCH] D20741: [LibFuzzer] Fix weak linking issues building tests under OSX.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 14:05:29 PDT 2016


delcypher added a comment.

In http://reviews.llvm.org/D20741#444862, @kcc wrote:

> Ah, yea, you need to pass &argc and &argv...
>  Just change the interface of FuzzerDriver to accept int* and char*** -- it's not a part of public interface any more, easy to change.


Ok great. I will go ahead and do that.


http://reviews.llvm.org/D20741





More information about the llvm-commits mailing list