[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.
+class GCOVLocation {
----------------
MaskRay wrote:

"location" is vague, which might make readers confused. Suggest GCOVBlockLocation.

https://github.com/llvm/llvm-project/pull/144504


More information about the llvm-commits mailing list