[LLVMdev] new big endian failure in llvm

Justin Bogner mail at justinbogner.com
Thu Mar 27 10:33:34 PDT 2014


Reed Kotler <rkotler at mips.com> writes:
> All the big endian compilers are failing the make check test
> CodeGen/ARM/inline-diagnostics.s
>
>  ******************** TEST 'LLVM :: CodeGen/ARM/inline-diagnostics.s'
> FAILED ********************
>
>
> http://www.llvm.org/bugs/show_bug.cgi?id=19262
>
> This is a new compiler regression. It's about a week old.

I think every compiler was failing on this - I saw it on some other
buildbots as well.  The .s file was generated by a test for a few
revisions (r204425 - r204437) before the test was fixed to not generate
output, but any buildbot that ran one of those revisions left the .s
file in the working tree.  Removing the .s file will fix the bot.



More information about the llvm-dev mailing list