Hi Renato, On Tue, Oct 8, 2013 at 3:57 PM, Renato Golin <renato.golin at linaro.org>wrote:> On 7 October 2013 18:33, İsmail Dönmez <ismail at donmez.ws> wrote: > >> This is with Linux on BeagleBone Black (Cortex-A8), regressed recently: >> > > Hi Ismail, > > Are you running this regularly? Do you know which commit regressed? Or at > least a window? > > Unfortunately, we don't have Cortex-A8 buildbots, but this is something I > want to do, if there is enough interest in the community. >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. Regards. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131008/4112438a/attachment.html>
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)? 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. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131008/aff55675/attachment.html>
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>