vedantk
(Vedant Kumar)
1
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?
thanks
vedant
gribozavr
(Dmitri Gribenko)
2
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
···
On Thu, May 12, 2016 at 1:07 PM, Vedant Kumar via swift-dev <swift-dev@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?
--
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@gmail.com>*/