[cfe-commits] [patch] Add a runtime option to match --with-gcc-toolchain

Chandler Carruth chandlerc at google.com
Sat Feb 18 13:44:16 PST 2012


Sorry for delay.... =[

Anyways, this looks really cool. A few super minor points. Only the first
one really matters, check in whenever.

1) Can we get a name without the 'ccc' in it? This is something that I
think users might actually need when cross compiling, so much like
'-target' I'd like it to be an exposed and supported aspect of the driver.
--gcc-toolchain (or a fewer number of dashes as folks like) seems fine.

2) Is there no PathV2 routine that can remove extraneous '/'s from a path?
Maybe we should add one if not...

3) Should we instead of adding a new test, just fold these cases into the
existing header search and ld invocation tests? Meh, either way, it's not a
big deal.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120218/a98e9dc5/attachment.html>


More information about the cfe-commits mailing list