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

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 18:04:18 PDT 2016


kcc added a comment.

> 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. 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.


http://reviews.llvm.org/D20741





More information about the llvm-commits mailing list