[swift-dev] Support for building without the stdlib

Dmitri Gribenko gribozavr at gmail.com
Thu May 12 15:29:18 CDT 2016


On Thu, May 12, 2016 at 1:07 PM, Vedant Kumar via swift-dev
<swift-dev at swift.org> wrote:
> Hi,
>
> I have a build preset which omits "stdlib;sdk-overlay" from swift-install-components.
>
> After 6670bb76, this preset triggers a swift cmake failure (Unknown build type). Is it no longer allowed to build swift without the stdlib?

This could have been broken along the way since we are not using such
a build configuration in production.  We'd appreciate a patch.

Dmitri

-- 
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/


More information about the swift-dev mailing list