[compiler-rt] [llvm] [llvm-cov][gcov] Support multi-files coverage in one basic block (PR #144504)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 17 23:00:11 PDT 2025
================
@@ -271,6 +271,16 @@ class GCOVFunction {
DenseSet<const GCOVBlock *> visited;
};
+/// GCOVLocation - Represent file of lines same with block_location_info in gcc.
----------------
MaskRay wrote:
Remove `GCOVLocation -` - This is an old comment style which has been phased out
https://github.com/llvm/llvm-project/pull/144504
More information about the llvm-commits
mailing list