In the case you pass multiple universal binaries to llvm-cov, assume that if only 1 architecture is passed, it should be used for all the passed binaries. This makes it easier to use multiple multi-arch binaries, since it's likely very rare that your architectures mismatch significantly if you also have multiple binaries in a single llvm-cov invocation. If the architecture is invalid for any of the passed binaries, it will still fail later. Differential Revision: https://reviews.llvm.org/D121667 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CodeCoverage.cpp | ||
| CoverageExporter.h | ||
| CoverageExporterJson.cpp | ||
| CoverageExporterJson.h | ||
| CoverageExporterLcov.cpp | ||
| CoverageExporterLcov.h | ||
| CoverageFilters.cpp | ||
| CoverageFilters.h | ||
| CoverageReport.cpp | ||
| CoverageReport.h | ||
| CoverageSummaryInfo.cpp | ||
| CoverageSummaryInfo.h | ||
| CoverageViewOptions.h | ||
| RenderingSupport.h | ||
| SourceCoverageView.cpp | ||
| SourceCoverageView.h | ||
| SourceCoverageViewHTML.cpp | ||
| SourceCoverageViewHTML.h | ||
| SourceCoverageViewText.cpp | ||
| SourceCoverageViewText.h | ||
| TestingSupport.cpp | ||
| gcov.cpp | ||
| llvm-cov.cpp | ||