llvm-project/llvm/tools/llvm-cov
Daniel Thornburgh 072e07a9d5 [llvm-cov] Optionally fail on missing binary ID
This adds the --check-binary-id flag that makes sure that an object file
is available for every binary ID mentioned in the given profile. This
should help make the tool more robust in CI environments where it's
expected that coverage mappings should be available for every object
contributing to the profile.

Reviewed By: gulfem

Differential Revision: https://reviews.llvm.org/D144308
2023-03-03 10:24:21 -08:00
..
CMakeLists.txt Reland: [llvm-cov] Look up object files using debuginfod 2023-01-26 12:59:52 -08:00
CodeCoverage.cpp [llvm-cov] Optionally fail on missing binary ID 2023-03-03 10:24:21 -08:00
CoverageExporter.h
CoverageExporterJson.cpp std::optional::value => operator*/operator-> 2022-12-17 01:42:39 +00:00
CoverageExporterJson.h
CoverageExporterLcov.cpp
CoverageExporterLcov.h
CoverageFilters.cpp
CoverageFilters.h
CoverageReport.cpp [llvm] Call reserve before push_back in a loop 2022-12-08 08:42:50 +00:00
CoverageReport.h
CoverageSummaryInfo.cpp
CoverageSummaryInfo.h
CoverageViewOptions.h
gcov.cpp
llvm-cov.cpp
RenderingSupport.h
SourceCoverageView.cpp
SourceCoverageView.h
SourceCoverageViewHTML.cpp [llvm] Don't include Optional.h (NFC) 2022-12-06 22:34:50 -08:00
SourceCoverageViewHTML.h
SourceCoverageViewText.cpp [llvm] Don't include Optional.h (NFC) 2022-12-06 22:34:50 -08:00
SourceCoverageViewText.h
TestingSupport.cpp