Commits

Brian Gesiak committed d7e2e1f93ee
[SR-1613][SourceKit] Require blocks runtime SourceKit makes heavy use of blocks. In order to port SourceKit to Linux, we either need to rewrite much of it to use function pointers, or we must require a blocks runtime. This commit requires a blocks runtime, but only when SourceKit is being built. Currently, SourceKit is not built on Linux, so this should not affect anyone.