[PATCH] D109019: [CMake] Add targets for generating coverage reports
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 2 09:40:15 PDT 2021
beanz added inline comments.
================
Comment at: llvm/cmake/modules/CoverageReport.cmake:7
+# Find the coverage artifact generator file
+find_file(PREPARE_CODE_COV_ARTIFACT
+ "utils/prepare-code-coverage-artifact.py"
----------------
compnerd wrote:
> Do you really expect users to provide an alternate implementation of this?
Probably not. I was thinking about some changes, but I suspect it is probably easier to modify the existing tool than make a replacement. I can make this a hard-coded value.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109019/new/
https://reviews.llvm.org/D109019
More information about the llvm-commits
mailing list