Commits

Jordan Rose committed 323c788c5bf
[CMake] Support simulator testing with the multiple-variants build. New targets: check-swift-iphonesimulator-{i386,x86_64}. In theory this also supports check-swift-iphoneos-{armv7,arm64}, but I didn't do any work to support that (including even copying over what the separate-build tests do). I'd suggest /not/ running both targets at the same time with Ninja; both lit processes assume they can use all cores and end up contending for the CPU and simulator. Swift SVN r21111