[PATCH] D58370: [llvm-cov] Add support for gcov --hash-filenames option.

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 10:49:29 PST 2019


vsk accepted this revision.
vsk added a comment.
This revision is now accepted and ready to land.

Hi @iignatev, thanks for the patch. LGTM.

In the future you might get a faster review by setting assigning a few reviewers on Phab (typically, the last few people who've touched the code).



================
Comment at: docs/CommandGuide/llvm-cov.rst:156
+ Use md5 hash of file name when naming the coverage output files. The source
+ file name will be suffixed by ``##`` followed by MD5 hash calucated for it.
+
----------------
nit, calculated


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58370/new/

https://reviews.llvm.org/D58370





More information about the llvm-commits mailing list