================
@@ -1432,6 +1434,8 @@ CoverageData 
CoverageMapping::getCoverageForFile(StringRef Filename) const {
       getImpreciseRecordIndicesForFilename(Filename);
   for (unsigned RecordIndex : RecordIndices) {
     const FunctionRecord &Function = Functions[RecordIndex];
+    if (FilteredOutFunctions.count(&Function))
----------------
chapuni wrote:

The caller, llvm-cov, has the filter. I chose "blacklist" (rather than 
whitelist) since it is expected empty in usual cases.

https://github.com/llvm/llvm-project/pull/121192
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to