[cfe-commits] [PATCH] Remove clang -cc1test and CompilerInvocation::toArgs

Richard Smith richard at metafoo.co.uk
Wed Oct 31 20:50:02 PDT 2012


Removed in r167210.

On Tue, Oct 30, 2012 at 6:45 PM, Rafael EspĂ­ndola
<rafael.espindola at gmail.com> wrote:
> NICE!
>
> On 30 October 2012 21:33, Richard Smith <richard at metafoo.co.uk> wrote:
>> Hi!
>>
>> This patch removes nearly 1000 lines of code for converting frontend
>> options into a list of command-line arguments. This code is not
>> covered by our tests, and is only exercised by the '-cc1test' argument
>> to the driver (which I didn't even know existed, and is undocumented,
>> and has zero hits in a google search).
>>
>> Is anyone using the -cc1test driver argument, or
>> CompilerInvocation::toArgs? If so, please shout (and please add some
>> tests for it)! If not, any other objections to me culling this?
>>
>> Thanks!
>> Richard
>>
>> _______________________________________________
>> 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