Hi, On Tue, Oct 8, 2013 at 4:07 PM, Renato Golin <renato.golin at linaro.org>wrote:> On 8 October 2013 14:01, İsmail Dönmez <ismail at donmez.ws> wrote: > >> I was using a 1 week old clang to boostrap, switched to gcc and the bug >> gone away. Now I'll boostrap again with the new clang to see if the >> regression is there or not. >> > > Are you using LLVM's own release scripts to bootstrap > (utils/release/test-release.sh)? > >Using my own setup: usual configure, make && make check && make -C tools/clang test> You can also try the ones I wrote in the past ( > http://people.linaro.org/~rengolin/llvm/scripts/) that basically prepares > the board for running the test-release.sh script mentioned above, as well > as preparing and running the test-suite. >Those look nice but more involved. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131008/1f873af8/attachment.html>
On 8 October 2013 14:18, İsmail Dönmez <ismail at donmez.ws> wrote:> Using my own setup: usual configure >While this is simpler, it's harder for us to replicate if you get errors. Since it's impossible to test all configurations allowed, the more you could replicate from official builds (either releases or buildbots), the better. If you need a special configure option that is not possible during releases/buildbots, than we can try to accommodate, but that's unusual. , make && make check && make -C tools/clang test>You can just "make check-all". cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131008/01de1b98/attachment.html>
On Tue, Oct 8, 2013 at 4:22 PM, Renato Golin <renato.golin at linaro.org>wrote:> On 8 October 2013 14:18, İsmail Dönmez <ismail at donmez.ws> wrote: > >> Using my own setup: usual configure >> > > While this is simpler, it's harder for us to replicate if you get errors. > Since it's impossible to test all configurations allowed, the more you > could replicate from official builds (either releases or buildbots), the > better. > > If you need a special configure option that is not possible during > releases/buildbots, than we can try to accommodate, but that's unusual. > >I will try to integrate the scripts into my workflow.> > , make && make check && make -C tools/clang test >> > > You can just "make check-all". >Great tip, thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131008/bbefcb4d/attachment.html>