Hi, On Wed, Mar 26, 2014 at 4:19 PM, Hal Finkel <hfinkel at anl.gov> wrote:> > Okay, interesting. I also did a build with -mcpu=ppc64 and did not observe > these issues. What standard C++ library are you building against? >I disabled assertions and the number of failures halved but Debuginfo failures looks very weird. Don't know if it helps to debug the issue at hand. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140401/4ae56409/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: ppc64.log Type: text/x-log Size: 29165 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140401/4ae56409/attachment.bin>
İsmail, I still don't see these errors locally. Can you try with an autoconf-based build and see if they're somehow related to (triggered by) the way that cmake builds LLVM? -Hal ----- Original Message -----> From: "İsmail Dönmez" <ismail at donmez.ws> > To: "Hal Finkel" <hfinkel at anl.gov> > Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Tuesday, April 1, 2014 5:37:33 AM > Subject: Re: Lots of regtest failures on PPC64/Linux > > > Hi, > > > > On Wed, Mar 26, 2014 at 4:19 PM, Hal Finkel < hfinkel at anl.gov > > wrote: > > Okay, interesting. I also did a build with -mcpu=ppc64 and did not > observe these issues. What standard C++ library are you building > against? > > > > I disabled assertions and the number of failures halved but Debuginfo > failures looks very weird. Don't know if it helps to debug the issue > at hand. >-- Hal Finkel Assistant Computational Scientist Leadership Computing Facility Argonne National Laboratory
Hi, On Tue, Apr 1, 2014 at 3:26 PM, Hal Finkel <hfinkel at anl.gov> wrote:> İsmail, > > I still don't see these errors locally. Can you try with an autoconf-based > build and see if they're somehow related to (triggered by) the way that > cmake builds LLVM? > >On the same machine autoconf build is fine where as cmake has failures, reproduced simply with cmake -DLLVM_ENABLE_ASSERTIONS=ON -DCMAKE_BUILD_TYPE=Release .. make -j10 make check-all -j10 Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140401/8e83a943/attachment.html>