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

Rafael Espindola espindola at google.com
Wed Jun 16 07:27:53 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). Is this patch ok or should I update it to also pass a
darwin triple to llc?

Cheers,
-- 
Rafael Ávila de Espíndola




More information about the llvm-commits mailing list