Oops: here's the patch. -----Original Message----- From: David Tweed Sent: 12 October 2012 13:33 To: [email protected] 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
fixClangCC1Invoke.diff
Description: fixClangCC1Invoke.diff
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
