[all-commits] [llvm/llvm-project] c9afa3: [Coverage][llvm-cov] Correctly export branch cover...

Christian Fetzer via All-commits all-commits at lists.llvm.org
Mon Aug 23 21:02:28 PDT 2021


  Branch: refs/heads/release/13.x
  Home:   https://github.com/llvm/llvm-project
  Commit: c9afa3a749f0367c08960136cb13b44e57923f12
      https://github.com/llvm/llvm-project/commit/c9afa3a749f0367c08960136cb13b44e57923f12
  Author: Christian Fetzer <christian.fetzer at bmw.de>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
    M llvm/test/tools/llvm-cov/branch-export-lcov.test
    M llvm/tools/llvm-cov/CoverageExporterLcov.cpp

  Log Message:
  -----------
  [Coverage][llvm-cov] Correctly export branch coverage in LCOV format

Commit 9f2967bcfe2f7d1fc02281f0098306c90c2c10a5 introduced support for
branch coverage including export to the LCOV format.

This commit corrects the LCOV field name for branches from BFH to BRH.
The mistake seems to have slipped in as typo because the correct field
name BRH is used in the comment section at the beginning of the file.

Differential Revision: https://reviews.llvm.org/D108358

(cherry picked from commit 9116211d180ca417fa93d4e97e60f4ba849d58d9)




More information about the All-commits mailing list