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

Richard Smith richard at metafoo.co.uk
Tue Oct 30 18:33:54 PDT 2012


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove-toargs.diff
Type: application/octet-stream
Size: 39619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121030/0b986674/attachment.obj>


More information about the cfe-commits mailing list