[cfe-commits] r56293 - /cfe/trunk/lib/CodeGen/CGCall.cpp

Eli Friedman eli.friedman at gmail.com
Thu Sep 18 11:18:22 PDT 2008


On Thu, Sep 18, 2008 at 9:32 AM, Daniel Dunbar <daniel at zuster.org> wrote:
> In the future if/when we want to be able to build a
> preprocessor without linking in other code we can decide the best way
> to split the Targets apart to support this.

Most of the stuff that the current Targets define is necessary
information for the Preprocessor; it's just not obvious because the
massive define strings are built up independently of the information
stored in the target.  It would be nice to dynamically generate the
defines, but it's a lot of work for little practical benefit at the
moment.

I don't see the benefit of mixing up the code when we're going to end
up re-splitting it on almost exactly the same boundaries.

-Eli



More information about the cfe-commits mailing list