[llvm-commits] [patch] Remove arm_aapcscc from some tests

Anton Korobeynikov asl at math.spbu.ru
Wed Jun 16 10:05:50 PDT 2010



> > I'm OK with it as long as the default ABI for non-Linux targets is APCS.  I took a quick look 
at it seems like that is true; AAPCS is only the default if the triple includes "eabi".  Otherwise, 
you're potentially changing the behavior of a lot of tests.  Even if those tests are not directly 
related to testing the ABI, there may be differences that affect what the tests do.
> 
> So, it looks like APCS is the default (I have no opinion if that is
> correct or not).
Yes, looks like I was mistaken wrt AAPCS. The latter is effective only for eabi (or if AAPCS ABI is 
explicitly selected).

--
WBR, Anton Korobeynikov 



More information about the llvm-commits mailing list