[llvm-dev] llvm-cov link on llvm.org no longer works

Vedant Kumar via llvm-dev llvm-dev at lists.llvm.org
Mon Apr 26 11:12:35 PDT 2021


> On Apr 26, 2021, at 10:45 AM, Philip Reames via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> 
> Well, since we're talking about the coverage report, anyone know what is run to generate the coverage report?  i.e. How are we exercising the compiler? Skimming through the coverage report, I'm pretty sure some of the uncovered lines have llvm-lit tests.  Are those run as part of the workload?
> 
The bot just runs the check-{llvm,clang,lldb} targets. If you spot a discrepancy between the report and the test targets, please file a bug on bugzilla so we can track the issue.

> Philip
> 
> p.s. I'd really prefer an answer in terms of a link to docs or script location in code.  I just can't find said thing.  :)
> 
Here's how to configure a local coverage-enabled build: https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#collecting-coverage-reports-for-the-llvm-project <https://clang.llvm.org/docs/SourceBasedCodeCoverage.html#collecting-coverage-reports-for-the-llvm-project>. I've also checked in the bot's groovy script to llvm-zorg as of 2c899820.


> On 4/25/21 11:17 AM, Craig Topper via llvm-dev wrote:
>> The llvm-cov link in the left side column on llvm.org <http://llvm.org/> gives ERR_SSL_PROTOCOL_ERROR in Chrome. Is the coverage still being generated?
>> 
>> ~Craig
>> 
>> 
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>
>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev>
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20210426/3736cb7e/attachment.html>


More information about the llvm-dev mailing list