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