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

David Tweed David.Tweed at arm.com
Fri Oct 12 05:33:49 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fixClangCC1Invoke.diff
Type: application/octet-stream
Size: 5830 bytes
Desc: fixClangCC1Invoke.diff
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121012/17a3c20c/attachment.obj>


More information about the cfe-commits mailing list