Mehdi Amini via llvm-dev
2016-May-19 16:13 UTC
[llvm-dev] Coverage Update on http://llvm.org/reports/coverage/
> On May 19, 2016, at 8:59 AM, Sylvestre Ledru <sylvestre at debian.org> wrote: > > Le 16/05/2016 à 19:19, Mehdi Amini a écrit : >> Hi, >> >> Anyone knows who is involved with this page on llvm.org? Which bot is updating it? (it seems stalled right now) > This is now fixed: http://llvm.org/reports/coverage/ >I skimmed the results, and it seems that there was a problem with the update, the coverage is really too low in many places, especially compared to the previous run from last month. Can you double check? Thanks, Mehdi
Sylvestre Ledru via llvm-dev
2016-May-19 16:34 UTC
[llvm-dev] Coverage Update on http://llvm.org/reports/coverage/
Le 19/05/2016 à 18:13, Mehdi Amini a écrit :>> On May 19, 2016, at 8:59 AM, Sylvestre Ledru <sylvestre at debian.org> wrote: >> >> Le 16/05/2016 à 19:19, Mehdi Amini a écrit : >>> Hi, >>> >>> Anyone knows who is involved with this page on llvm.org? Which bot is updating it? (it seems stalled right now) >> This is now fixed: http://llvm.org/reports/coverage/ >> > I skimmed the results, and it seems that there was a problem with the update, the coverage is really too low in many places, especially compared to the previous run from last month. Can you double check?OK, I see what is wrong, most of the llvm tests are failing because: <stdin>:1:40: note: possible intended match here : CommandLine Error: Option 'asm-instrumentation' registered more than once! Looks like it is caused by: https://llvm.org/bugs/show_bug.cgi?id=27590 https://llvm.org/bugs/show_bug.cgi?id=27685 We just enabled lld in the llvm-toolchain packages... Likely to be correlated... Sorry about that :/ Thanks, Sylvestre -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160519/91750df0/attachment.html>
Sylvestre Ledru via llvm-dev
2016-May-21 07:59 UTC
[llvm-dev] Coverage Update on http://llvm.org/reports/coverage/
Le 19/05/2016 à 18:34, Sylvestre Ledru a écrit :> Le 19/05/2016 à 18:13, Mehdi Amini a écrit : >>> On May 19, 2016, at 8:59 AM, Sylvestre Ledru <sylvestre at debian.org> wrote: >>> >>> Le 16/05/2016 à 19:19, Mehdi Amini a écrit : >>>> Hi, >>>> >>>> Anyone knows who is involved with this page on llvm.org? Which bot is updating it? (it seems stalled right now) >>> This is now fixed: http://llvm.org/reports/coverage/ >>> >> I skimmed the results, and it seems that there was a problem with the update, the coverage is really too low in many places, especially compared to the previous run from last month. Can you double check? > OK, I see what is wrong, most of the llvm tests are failing because: > <stdin>:1:40: note: possible intended match here > : CommandLine Error: Option 'asm-instrumentation' registered more than once! > > Looks like it is caused by: > https://llvm.org/bugs/show_bug.cgi?id=27590 > https://llvm.org/bugs/show_bug.cgi?id=27685 > > We just enabled lld in the llvm-toolchain packages... Likely to be correlated... Sorry about that :/That was indeed the issue. Disabling lld is giving normal results: http://llvm.org/reports/coverage/ S -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160521/4c1bf68b/attachment-0001.html>