File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
stdlib/public/Concurrency Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,6 @@ add_swift_target_library(swift_Concurrency ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} I
169
169
SWIFT_COMPILE_FLAGS
170
170
${SWIFT_STANDARD_LIBRARY_SWIFT_FLAGS}
171
171
-parse-stdlib
172
- -enable-experimental-feature TypedThrows
173
172
-diagnostic-style swift
174
173
${SWIFT_RUNTIME_CONCURRENCY_SWIFT_FLAGS}
175
174
${swift_concurrency_options}
@@ -256,7 +255,6 @@ if(SWIFT_SHOULD_BUILD_EMBEDDED_STDLIB AND SWIFT_SHOULD_BUILD_EMBEDDED_CONCURRENC
256
255
257
256
SWIFT_COMPILE_FLAGS
258
257
${extra_swift_compile_flags} -enable-experimental-feature Embedded
259
- -enable-experimental-feature TypedThrows
260
258
-parse-stdlib -DSWIFT_CONCURRENCY_EMBEDDED
261
259
${SWIFT_RUNTIME_CONCURRENCY_SWIFT_FLAGS}
262
260
C_COMPILE_FLAGS
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -strict-concurrency=complete -emit-sil -o /dev/null %s -verify -enable-experimental-feature TypedThrows
1
+ // RUN: %target-swift-frontend -strict-concurrency=complete -emit-sil -o /dev/null %s -verify
2
2
// REQUIRES: concurrency
3
3
4
4
@available ( SwiftStdlib 5 . 1 , * )
You can’t perform that action at this time.
0 commit comments