compiler_crashers: Use %target-swift-frontend instead of %swift -sdk %sdk

This fixes compiler_crashers tests that use the ObjC interface on
iOS hardware SDKs.

Swift SVN r23458
This commit is contained in:
Chris Willmore
2014-11-20 00:32:59 +00:00
parent 7b77294cac
commit 513b05c283
2217 changed files with 2217 additions and 2217 deletions

View File

@@ -1,5 +1,5 @@
// RUN: rm -rf %t/clang-module-cache
// RUN: not --crash %swift %s -sdk %sdk -module-cache-path %t/clang-module-cache -parse
// RUN: not --crash %target-swift-frontend %s -module-cache-path %t/clang-module-cache -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)