[cfe-dev] C Runtime

Eli Friedman eli.friedman at gmail.com
Thu Jun 11 21:20:42 PDT 2009


On Thu, Jun 11, 2009 at 9:04 PM, Aaron
Gray<aaronngray.lists at googlemail.com> wrote:
> Does clang have a CRT ?

No, and there aren't any plans to add one; we intend to support the
native libc for each target.  We wouldn't really want one anyway: it
would make the code produced by clang incompatible with existing
binary libraries.

-Eli



More information about the cfe-dev mailing list