r208722 - Add a requires for the arm-registered-target needed by this test as

Rafael EspĂ­ndola rafael.espindola at gmail.com
Tue May 13 13:20:49 PDT 2014


On 13 May 2014 16:09, Eric Christopher <echristo at gmail.com> wrote:
> Also as a note, driver tests shouldn't require registered targets if
> they're just checking command lines. Also, no clang test should
> require a registered target. I'm not sure why some do at the moment.

This is a case where the -cc1 test requiring asm printing is somewhat
reasonable. I don't think we have a better way to check that a codegen
option passed to -cc1 is being used.

But yes, the driver test should probably be independent. Sorry I
missed this on review.

Cheers,
Rafael



More information about the cfe-commits mailing list