[cfe-commits] r67863 - in /cfe/trunk: include/clang/Driver/Options.def tools/clang-cc/clang.cpp

Daniel Dunbar daniel at zuster.org
Tue Apr 7 15:44:09 PDT 2009


On Tue, Apr 7, 2009 at 11:55 AM, Mike Stump <mrs at apple.com> wrote:

> On Apr 7, 2009, at 8:53 AM, Daniel Dunbar wrote:
>
>> Towards that end (and the direction we have been headed), the idea is to
>> make clang do the *maximum* of translation
>>
>
> I envision a world that doesn't have clang calling out to a clang-cc; one
> where we don't pay for the extra fork and exec.  I just don't see the
> advantage.
>

Yes; I was talking about the same world. This is why we want to move all
complicated argument handling to one place, the driver.

 - Daniel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20090407/7355a42c/attachment.html>


More information about the cfe-commits mailing list