[all-commits] [llvm/llvm-project] 911621: [Coverage][llvm-cov] Correctly export branch cover...
Christian Fetzer via All-commits
all-commits at lists.llvm.org
Fri Aug 20 11:49:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9116211d180ca417fa93d4e97e60f4ba849d58d9
https://github.com/llvm/llvm-project/commit/9116211d180ca417fa93d4e97e60f4ba849d58d9
Author: Christian Fetzer <christian.fetzer at bmw.de>
Date: 2021-08-20 (Fri, 20 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
More information about the All-commits
mailing list