Daniel Sanders via llvm-dev
2017-Apr-21 14:17 UTC
[llvm-dev] r300964 and the llvm-clang-x86_64-expensive-checks-win buildbot
Hi, One of my commits earlier today (r300964) is causing llvm-clang-x86_64-expensive-checks-win to fail with a compilation error (http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1331 <http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1331>) and I'm having trouble figuring out why. I had seen something similar before on MSVC so I tried fixing it in r300966 but with no luck. I then managed to reproduce it using an online MSVC compiler and fixed that issue in r300970 but still no luck. I'm going to revert the commit to make the bot green while I figure it out but I don't have a MSVC environment at the moment so I was wondering if anyone who does can reproduce the problem and tell me what it is that MSVC doesn't like. Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170421/e964f91e/attachment.html>
Simon Pilgrim via llvm-dev
2017-Apr-21 15:29 UTC
[llvm-dev] r300964 and the llvm-clang-x86_64-expensive-checks-win buildbot
For reasons I’m not sure about it needs a clean build every so often - I’ve forced a build at http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1341 and its gone green again.> On 21 Apr 2017, at 15:17, Daniel Sanders via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > Hi, > > One of my commits earlier today (r300964) is causing llvm-clang-x86_64-expensive-checks-win to fail with a compilation error (http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1331 <http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1331>) and I'm having trouble figuring out why. I had seen something similar before on MSVC so I tried fixing it in r300966 but with no luck. I then managed to reproduce it using an online MSVC compiler and fixed that issue in r300970 but still no luck. I'm going to revert the commit to make the bot green while I figure it out but I don't have a MSVC environment at the moment so I was wondering if anyone who does can reproduce the problem and tell me what it is that MSVC doesn't like. > > Thanks > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://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/20170421/bb9acf43/attachment.html>
Yaron Keren via llvm-dev
2017-Apr-21 15:45 UTC
[llvm-dev] r300964 and the llvm-clang-x86_64-expensive-checks-win buildbot
clean buld forced the regeneration of X86GenGlobalISel.inc & AArch64GenGlobalISel.inc, which may have not happened otherwise. בתאריך יום ו׳, 21 באפר׳ 2017 ב-18:29 מאת Simon Pilgrim via llvm-dev < llvm-dev at lists.llvm.org>:> For reasons I’m not sure about it needs a clean build every so often - > I’ve forced a build at > http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1341 > and its gone green again. > > On 21 Apr 2017, at 15:17, Daniel Sanders via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > > Hi, > > One of my commits earlier today (r300964) is causing > llvm-clang-x86_64-expensive-checks-win to fail with a compilation error ( > http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1331) > and I'm having trouble figuring out why. I had seen something similar > before on MSVC so I tried fixing it in r300966 but with no luck. I then > managed to reproduce it using an online MSVC compiler and fixed that issue > in r300970 but still no luck. I'm going to revert the commit to make the > bot green while I figure it out but I don't have a MSVC environment at the > moment so I was wondering if anyone who does can reproduce the problem and > tell me what it is that MSVC doesn't like. > > Thanks > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://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/20170421/3148b072/attachment.html>
Reasonably Related Threads
- r300964 and the llvm-clang-x86_64-expensive-checks-win buildbot
- Live Migration failure: this function is not supported by the connection driver: virDomainMigrateToURI2
- [LLVMdev] can't build w/expensive checks
- [LLVMdev] can't build w/expensive checks
- [LLVMdev] can't build w/expensive checks