Anton Afanasyev via llvm-dev
2019-May-14 10:57 UTC
[llvm-dev] PowerPC big-endian tests breakage
Hi all, One of my commit broke the PowerPC builder, so I reverted it. The issue could be reproduced only for big-endian, little-endian ppc64 built ok. How can I fix it? I have no access to any PowerPC box to get to the bottom of issue. All the other tests are ok. Commit: https://github.com/llvm/llvm-project/commit/9c20156de39b377190d7a91783d61877b303fe35, svn revision: 359870. Reproduced breakage: http://lab.llvm.org:8011/builders/clang-ppc64be-linux-multistage/builds/18075 Thanks, Anton -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190514/ba6228c0/attachment.html>
Peter Bergner via llvm-dev
2019-May-14 12:16 UTC
[llvm-dev] PowerPC big-endian tests breakage
On 5/14/19 5:57 AM, Anton Afanasyev via llvm-dev wrote:> One of my commit broke the PowerPC builder, so I reverted it. The issue > could be reproduced only for big-endian, little-endian ppc64 built ok. > How can I fix it? I have no access to any PowerPC box to get to the > bottom of issue. All the other tests are ok.You can request an account on the GCC compile farm. Anyone working on open source software, not just GCC can request an account there. The gcc110 system there is a POWER7 system running Linux in big-endian mode. There is also the gcc111 system which is a big-endian AIX box. We also have some POWER8 and POWER9 Linux systems running in little-endian mode. https://cfarm.tetaneutral.net/ Peter
Anton Afanasyev via llvm-dev
2019-May-14 13:14 UTC
[llvm-dev] PowerPC big-endian tests breakage
Thank you, Peter! I've requested an account there. вт, 14 мая 2019 г. в 15:16, Peter Bergner <bergner at linux.ibm.com>:> On 5/14/19 5:57 AM, Anton Afanasyev via llvm-dev wrote: > > One of my commit broke the PowerPC builder, so I reverted it. The issue > > could be reproduced only for big-endian, little-endian ppc64 built ok. > > How can I fix it? I have no access to any PowerPC box to get to the > > bottom of issue. All the other tests are ok. > > You can request an account on the GCC compile farm. Anyone working on open > source software, not just GCC can request an account there. The gcc110 > system > there is a POWER7 system running Linux in big-endian mode. There is also > the > gcc111 system which is a big-endian AIX box. We also have some POWER8 and > POWER9 Linux systems running in little-endian mode. > > https://cfarm.tetaneutral.net/ > > Peter > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190514/06689747/attachment.html>