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