Commits

Joe Groff committed 69a206229dd
Runtime: Start splitting out stubs only needed by the standard library. Set up a separate libSwiftStubs.a archive for C++ stub functionality that's needed by the standard library but not part of the core runtime interface. Seed it with the Stubs.cpp and LibcShims.cpp files, which consist only of stubs, though a few stubs are still strewn across the runtime code base.