swift
29e1b832 - [test] Move BlocksRuntimeStubs into its own folder under stdlib/.

Commit
5 years ago
[test] Move BlocksRuntimeStubs into its own folder under stdlib/. BlocksRuntimeStubs is built for the target SDK(s), but it was using one of the stdlib CMake helpers without setting up the same environment as the stdlib/ folder is setting. To avoid problems, like BlocksRuntimeStubs being built with the host compiler, instead of the just built compiler, and other difficult to understand problems, create a folder for it in stdlib/private/. This will allow the usage of the stdlib CMake function in the same environment that is normally used.
Author
Committer
Parents
Loading