krasin added a comment. LGTM ================ Comment at: tools/sancov/sancov.cc:385 @@ +384,3 @@ + if (DefaultBlacklist && + DefaultBlacklist->inSection("fun", FnLoc.FunctionName)) + continue; ---------------- FYI: this approach seems error-prone, but it's ok for now. http://reviews.llvm.org/D15364