Skip to content

Commit c5470fe

Browse files
authored
Merge pull request #3115 from apple/availability-gate-concurrency
2 parents 7207597 + 4a30fee commit c5470fe

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)