We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748b69d commit 9cc6723Copy full SHA for 9cc6723
test/SILOptimizer/package-cmo-opaque-result.swift
@@ -5,7 +5,7 @@
5
// RUN: -module-name=Lib -package-name Pkg \
6
// RUN: -parse-as-library -emit-module -emit-module-path %t/Lib.swiftmodule -I%t \
7
// RUN: -Xfrontend -experimental-package-cmo -Xfrontend -experimental-allow-non-resilient-access \
8
-// RUN: -O -wmo -enable-library-evolution
+// RUN: -O -wmo -enable-library-evolution -Xfrontend -disable-availability-checking
9
10
// RUN: %target-build-swift -module-name=Main -package-name Pkg -I%t -emit-sil -O %t/main.swift -o %t/Main-res.sil
11
// RUN: %FileCheck %s --check-prefixes=CHECK-OPAQUE < %t/Main-res.sil
0 commit comments