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

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 18:14:14 PDT 2016


mehdi_amini added a comment.

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

> > I think it's probably fine for now but I don't think the goal of having a really simple compilation command line for LibFuzzer is sustainable long term
>
>
> I am not convinced. Worked well so far.


Well actually I'm not sure it did work that well: nobody could follow the doc and build on OSX.

> We have a very similar code structure for the sanitizers, btw, 

>  and they, at least asan, are ported to more platforms than the rest of LLVM is.


Any other precedent on relying on the user to provide/override some APIs in any sanitizer?


http://reviews.llvm.org/D20741





More information about the llvm-commits mailing list