mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
We have a few serialization bugs, inconsistent rules and ugly workarounds. We are planning to get this right as part of the work on resilience. Until we nail down the serialization rules and fix the implementation I am disabling two tests that prevent us from moving forward with the work on the optimization pipeline. The plan is to enable SIL verifications as soon as possible. rdar://23805004
11 lines
313 B
Plaintext
11 lines
313 B
Plaintext
// Make sure that we can deserialize AppKit.
|
|
// RUN: %target-sil-opt %platform-sdk-overlay-dir/AppKit.swiftmodule > /dev/null
|
|
// RUN: llvm-bcanalyzer %platform-sdk-overlay-dir/AppKit.swiftmodule | FileCheck %s
|
|
|
|
// REQUIRES: objc_interop
|
|
// REQUIRES: OS=macosx
|
|
|
|
// CHECK-NOT: Unknown
|
|
|
|
// REQUIRES: rdar://23805004
|