[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 17:36:08 PDT 2016


kcc added a comment.

In http://reviews.llvm.org/D20741#445154, @mehdi_amini wrote:

> Sure, but ifdef linux and ifdef Apple are still not correct,


Maybe not. 
Although: weak is not properly supported on Mac, and dlsym does not work easy enough for linux in this case. 
So maybe yes.

> so back to the whiteboard...


No objections :)


http://reviews.llvm.org/D20741





More information about the llvm-commits mailing list