[PATCH] D18278: llvm-cov HTML Generation

Ying Yi via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 4 01:46:25 PDT 2016


MaggieYi added a comment.

There are two issues with the current patch on Windows, I am happy to patch these later if you want.

When a project has two files with the same file name but in different drives (e.g. C:\temp\temp.c and D:\temp\temp.c), the llvm-cov.exe tool will only show one of these files. This could be fixed by using the drive letter (or network drive name) as a part of the file output path.

The source file link will not work if the full file path exceeds the maximum path length (260 characters). Could we give a warning in this case?


http://reviews.llvm.org/D18278





More information about the llvm-commits mailing list