llvm-project/llvm/tools/llvm-cov
Keith Smiley 427ba2bcce
[llvm-cov] Assume repeat architectures for universal binaries
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
2022-06-08 13:22:57 -07:00
..
CMakeLists.txt
CodeCoverage.cpp [llvm-cov] Assume repeat architectures for universal binaries 2022-06-08 13:22:57 -07:00
CoverageExporter.h
CoverageExporterJson.cpp
CoverageExporterJson.h
CoverageExporterLcov.cpp [Coverage][llvm-cov] Correctly export branch coverage in LCOV format 2021-08-20 13:44:25 -05:00
CoverageExporterLcov.h
CoverageFilters.cpp [LLVM][llvm-cov] Inclusive language: rename option -name-whitelist to -name-allowlist 2021-11-26 11:08:01 -05:00
CoverageFilters.h [LLVM][llvm-cov] Inclusive language: rename option -name-whitelist to -name-allowlist 2021-11-26 11:08:01 -05:00
CoverageReport.cpp [llvm] Fix bugprone argument comments (NFC) 2022-01-08 11:56:38 -08:00
CoverageReport.h
CoverageSummaryInfo.cpp Reland "[Coverage] Fix branch coverage merging in FunctionCoverageSummary::get() for instantiation"" 2021-05-11 11:48:23 -05:00
CoverageSummaryInfo.h [llvm] Remove redundant member initialization (NFC) 2022-01-08 11:56:44 -08:00
CoverageViewOptions.h [llvm-cov] New parameters to set coverage coverage_watermark 2022-03-04 22:21:40 -08:00
RenderingSupport.h
SourceCoverageView.cpp [llvm] Fix bugprone argument comments (NFC) 2022-01-08 11:56:38 -08:00
SourceCoverageView.h
SourceCoverageViewHTML.cpp [llvm-cov] New parameters to set coverage coverage_watermark 2022-03-04 22:21:40 -08:00
SourceCoverageViewHTML.h
SourceCoverageViewText.cpp
SourceCoverageViewText.h
TestingSupport.cpp Cleanup LLVMObject headers 2022-02-10 21:13:44 +01:00
gcov.cpp
llvm-cov.cpp [llvm] Rename StringRef _lower() method calls to _insensitive() 2021-06-25 00:22:01 +03:00