[cfe-commits] [PATCH] Mark ARCMT test cases as XFAIL on ARM

Dmitri Gribenko gribozavr at gmail.com
Wed Sep 19 03:09:56 PDT 2012


On Wed, Sep 19, 2012 at 12:59 PM, David Tweed <david.tweed at arm.com> 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 <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list