mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
The commit that added the module verification to the pass manager breaks our linux build
with the following message:
SIL verification failed: vtable entry for #_NativeSetStorageOwner.init!initializer.1 must be ABI-compatible
It looks like all of the SIL/parse_stdlib_XXX.sil tests are failing.
This reverts commit aafc973968.
8 lines
278 B
Swift
8 lines
278 B
Swift
// Make sure that we can deserialize CoreGraphics.
|
|
// RUN: %target-sil-opt %platform-sdk-overlay-dir/CoreGraphics.swiftmodule > /dev/null
|
|
// RUN: llvm-bcanalyzer %platform-sdk-overlay-dir/CoreGraphics.swiftmodule | FileCheck %s
|
|
|
|
// REQUIRES: objc_interop
|
|
|
|
// CHECK-NOT: Unknown
|