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

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 13:54:22 PDT 2016


kcc added a comment.

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

> Instead of using weak link, we could use dlsym from libFuzzer?


Such a change would be reasonable. 
Please make a separate change for that if it helps.

(It will solve only one direction, not the other)


http://reviews.llvm.org/D20741





More information about the llvm-commits mailing list