Displaying 3 results from an estimated 3 matches for "e2ca40bd".
2013 Jan 08
0
[LLVMdev] [cfe-dev] ARM failures
On Tue, Jan 8, 2013 at 8:31 PM, David Tweed <David.Tweed at arm.com> wrote:
> The obvious difference is that you're using --enable-optimized and implicitly --disable-assertions. If you run the tests with
>
> make check-all VERBOSE=1 'LIT_ARGS=-v ' > logfile
>
> and grep for FAILED in logfile, does what's listed there give any more details? (Quite possible in
2013 Jan 08
1
[LLVMdev] [cfe-dev] ARM failures
...r(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>*/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130108/e2ca40bd/attachment.html>
2013 Jan 08
2
[LLVMdev] [cfe-dev] ARM failures
The obvious difference is that you're using --enable-optimized and implicitly --disable-assertions. If you run the tests with
make check-all VERBOSE=1 'LIT_ARGS=-v ' > logfile
and grep for FAILED in logfile, does what's listed there give any more details? (Quite possible in a Release-Asserts build
it might not.)
Cheers,
Dave
-----Original Message-----
From: cfe-dev-bounces