Add -enable-experimental-feature LifetimeDependence to stdlib

This commit is contained in:
Meghana Gupta
2024-11-14 13:50:17 -08:00
parent ae28d667ff
commit ddd107911d

View File

@@ -634,6 +634,8 @@ function(_compile_swift_files
list(APPEND swift_flags "-enable-experimental-feature" "SE427NoInferenceOnExtension")
list(APPEND swift_flags "-enable-experimental-feature" "AllowUnsafeAttribute")
list(APPEND swift_flags "-enable-experimental-feature" "NonescapableTypes")
list(APPEND swift_flags "-enable-experimental-feature" "LifetimeDependence")
list(APPEND swift_flags "-enable-upcoming-feature" "MemberImportVisibility")
if (SWIFT_STDLIB_ENABLE_STRICT_CONCURRENCY_COMPLETE)