On Wed, Sep 19, 2012 at 12:59 PM, David Tweed <[email protected]> wrote:
> Hi Wei-ren,
>
> Could you post the configure setup you're using to build llvm/clang please? 
> It looks like a lot of your "extra" failures are due to a function call 
> specification
>
> arm_aapcscc
>
> being added to function prototypes, and that's breaking regexps. I think 
> these are "optional annotations", so I wonder what's causing your build to 
> insert them and mine not to?

IIRC, this cc is added on hardfp variants.

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 <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to