File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ add_compile_options(
190
190
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature FreestandingMacros>"
191
191
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature BitwiseCopyable>"
192
192
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature Extern>"
193
+ "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature ValueGenerics>"
193
194
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature AddressableParameters>"
194
195
# TODO: we should reevaluate if it still makes sense to restrict this
195
196
# to Darwin, https://github.com/swiftlang/swift/issues/79279
Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ list(APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Macros")
319
319
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros" )
320
320
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern" )
321
321
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable" )
322
+ list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "ValueGenerics" )
322
323
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "AddressableParameters" )
323
324
list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "AddressableTypes" )
324
325
list (APPEND swift_stdlib_compile_flags "-strict-memory-safety" )
You can’t perform that action at this time.
0 commit comments