Skip to content

Commit 4a30fee

Browse files
committed
Disable availability checking for Swift Concurrency tests
Part of rdar://80098709.
1 parent e39f186 commit 4a30fee

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SWIFT_SOURCES := main.swift
2-
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -parse-as-library
2+
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking -parse-as-library
33
include Makefile.rules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SWIFT_SOURCES := main.swift
2-
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -parse-as-library
2+
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking -parse-as-library
33
include Makefile.rules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SWIFT_SOURCES := main.swift
2-
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -parse-as-library
2+
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking -parse-as-library
33
include Makefile.rules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SWIFT_SOURCES := main.swift
2-
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -parse-as-library
2+
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking -parse-as-library
33
include Makefile.rules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SWIFT_SOURCES := main.swift
2-
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -parse-as-library
2+
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking -parse-as-library
33
include Makefile.rules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
SWIFT_SOURCES := main.swift
2-
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -parse-as-library
2+
SWIFTFLAGS_EXTRAS := -Xfrontend -enable-experimental-concurrency -Xfrontend -disable-availability-checking -parse-as-library
33
include Makefile.rules

0 commit comments

Comments
 (0)