[cfe-commits] Use canonical %clang_cc1 macro in regression tests

Rafael EspĂ­ndola rafael.espindola at gmail.com
Fri Oct 12 05:59:16 PDT 2012


LGTM if it passes all tests.

Thanks!

On 12 October 2012 08:33, David Tweed <David.Tweed at arm.com> wrote:
> Oops: here's the patch.
>
> -----Original Message-----
> From: David Tweed
> Sent: 12 October 2012 13:33
> To: cfe-commits at cs.uiuc.edu
> Subject: Use canonical %clang_cc1 macro in regression tests
>
> Hi, a relatively mechanical patch to convert some literal "%clang -cc1" regression tests into "%clang_cc1". It's not an earthshattering patch, but because -cc1 is so special it means you can't test if something would fix a regression using the equivalent command-line option by monkeying with definition of %clang (new argument comes too early). Granted this is a rare thing to want to do, but it's helpful if you're trying to narrow down a regression fix, and "%clang_cc1 clearly exists for this purpose.
>
> After appropriate review I can commit myself now.
>
> Cheers,
> Dave
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>




More information about the cfe-commits mailing list