mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
462 B
Plaintext
12 lines
462 B
Plaintext
// Make sure that we can deserialize AppKit.
|
|
// RUN: %target-sil-opt -assume-parsing-unqualified-ownership-sil %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
|
|
|
|
// FIXME: rdar://23805004 Non-fragile shared functions are incorrectly being referenced in fragile functions
|
|
// REQUIRES: rdar23805004
|