Files
swift-mirror/test/SIL/Serialization/deserialize_coregraphics.swift
Nadav Rotem 3a34b30982 Disable the module verification in the pass manager.
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.
2015-11-25 18:52:43 -08:00

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