<div dir="ltr">Hello Daniel,<div><br></div><div>> <span style="font-size:12.8px">Is forcing a clean build something I can do from the </span><span class="gmail-m_5863905461653084051gmail-m_7438003506431646163gmail-il" style="background-color:rgb(255,255,255);font-size:12.8px">buildbot</span><span style="font-size:12.8px"> interface? I've got a few patches to commit that are likely to trigger this problem.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">There are 2 possible ways to do so:</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">1. You can force a clean build from the buildbot WebUI by specifying a property 'clean' with the value 'True' (<a href="http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win" target="_blank">http://lab.llvm.org:8011/buil<wbr>ders/llvm-clang-x86_64-expensi<wbr>ve-checks-win</a>, "Property 1 Name:" filed is 'clean' and the corresponding </span><span style="font-size:12.8px"> "Value:" field is 'True', then click the "Force Build" button.)</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">2. If you know in advance that your commit requires a clean build, you may add something like "Requires a clean build." </span><span style="font-size:12.8px"><span style="font-size:12.8px"> somewhere in the commit message</span>. That would trigger clean builds.<br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Not all builders support this, though. The llvm-clang-x86_64-expensiv<wbr>e-checks-win buildbot does. I'm in the middle of expanding these features to the rest of the builders.<br><br></span></div><div><span style="font-size:12.8px">As of the original issue, it seems those inc files are missing dependencies. I'll look into this.<br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">Thanks<br><br></span></div><div><span style="font-size:12.8px">Galina<br></span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"></span></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 21, 2017 at 8:52 AM, Daniel Sanders via llvm-dev <span dir="ltr"><<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><br><div><span class="gmail-"><blockquote type="cite"><div>On 21 Apr 2017, at 16:45, Yaron Keren <<a href="mailto:yaron.keren@gmail.com" target="_blank">yaron.keren@gmail.com</a>> wrote:</div><br class="gmail-m_5399101082540227086Apple-interchange-newline"><div><div dir="rtl"><div dir="ltr">clean buld forced the regeneration of X86GenGlobalISel.inc & AArch64GenGlobalISel.inc, which may have not happened otherwise.</div></div></div></blockquote><div><br></div></span>Thanks, I think that's the problem. I can see the tablegen commands in #1341 but they aren't in #1331 or #1340.<br><br>I'll re-land this commit and we'll see if a clean build makes it work properly.<span class="gmail-"><br><br><blockquote type="cite"><div><div class="gmail_quote"><div dir="rtl">‫בתאריך יום ו׳, 21 באפר׳ 2017 ב-18:29 מאת ‪Simon Pilgrim via llvm-dev‬‏ <‪<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>‬‏>:‬<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;">For reasons I’m not sure about it needs a clean build every so often - I’ve forced a build at <a href="http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1341" target="_blank">http://lab.llvm.org:8011/<wbr>builders/llvm-clang-x86_64-<wbr>expensive-checks-win/builds/<wbr>1341</a> and its gone green again. </div></blockquote></div></div></blockquote><div><br></div></span>Thanks. My revert landed in <a href="http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1340" target="_blank">http://lab.llvm.org:8011/<wbr>builders/llvm-clang-x86_64-<wbr>expensive-checks-win/builds/<wbr>1340</a> but it continued to fail so I was very confused.</div><div><br></div><div>Is forcing a clean build something I can do from the buildbot interface? I've got a few patches to commit that are likely to trigger this problem.<span class="gmail-"><br><br><blockquote type="cite"><div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="overflow-wrap: break-word;"><div><div><blockquote type="cite"><div>On 21 Apr 2017, at 15:17, Daniel Sanders via llvm-dev <<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a>> wrote:</div><br class="gmail-m_5399101082540227086m_7490499738675966735Apple-interchange-newline"><div><div style="overflow-wrap: break-word;"><div>Hi,</div><div><br></div><div>One of my commits earlier today (r300964) is causing llvm-clang-x86_64-expensive-<wbr>checks-win to fail with a compilation error (<a href="http://lab.llvm.org:8011/builders/llvm-clang-x86_64-expensive-checks-win/builds/1331" target="_blank">http://lab.llvm.org:8011/<wbr>builders/llvm-clang-x86_64-<wbr>expensive-checks-win/builds/<wbr>1331</a>) 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.</div><div><br></div><div>Thanks</div></div>______________________________<wbr>_________________<br>LLVM Developers mailing list<br><a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br><a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br></div></blockquote></div><br>
<br></div></div>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org" target="_blank">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
</blockquote></div>
</div></blockquote></span></div><br></div><br>______________________________<wbr>_________________<br>
LLVM Developers mailing list<br>
<a href="mailto:llvm-dev@lists.llvm.org">llvm-dev@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/llvm-dev</a><br>
<br></blockquote></div><br></div></div>