[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 15:11:54 PDT 2016


mehdi_amini added a comment.

Any reason *not* to change libFuzzer to avoid that?
The original intention of the code in libFuzzer (according to the comment) was having them "weak_external". Having to modify the user linker flag is not nice.


http://reviews.llvm.org/D20741





More information about the llvm-commits mailing list