[PATCH] D158864: [Code Coverage] Add a script to check code coverage of a patch
Henrik G Olsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 1 03:43:51 PDT 2023
hnrklssn added inline comments.
================
Comment at: llvm/utils/git-check-coverage:95
+ source_lines[current_file].append(
+ (line_number, line.value[1:])
+ )
----------------
I would've imagined `line.target_line_no` would've worked here, instead of computing it ourselves.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158864/new/
https://reviews.llvm.org/D158864
More information about the llvm-commits
mailing list