[PATCH] D15290: [libFuzzer] CMake support for libFuzzer on OS X

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 21:15:43 PST 2015


kcc added a comment.

Uninstrumented tests should not fail to link. That's what they are testing for. 
On Linux this works due to weak function (if there is no run-time, the functions are NULL and libFuzzer will fail at run-time).

DFSAN-related change is ok


http://reviews.llvm.org/D15290





More information about the llvm-commits mailing list