[llvm] r237970 - [Support] Fix ErrorOr equality operator.

Michael Spencer bigcheesegs at gmail.com
Tue Jun 2 15:31:03 PDT 2015


On Sat, May 30, 2015 at 10:35 PM, Dmitri Gribenko <gribozavr at gmail.com> wrote:
> On Thu, May 21, 2015 at 4:15 PM, Michael J. Spencer
> <bigcheesegs at gmail.com> wrote:
>> Author: mspencer
>> Date: Thu May 21 18:15:00 2015
>> New Revision: 237970
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=237970&view=rev
>> Log:
>> [Support] Fix ErrorOr equality operator.
>
> Mishael,
>
> This test broke the buildbot:
>
> http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/27191
>
> Could you take a look?
>
> Dmitri
>
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/

I can't reproduce this. Can you send me the preprocessed source for
ErrorOrTest.cpp from that system?

- Michael Spencer



More information about the llvm-commits mailing list