On Thu, Sep 18, 2008 at 9:32 AM, Daniel Dunbar <[EMAIL PROTECTED]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
