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(
190190 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature FreestandingMacros>"
191191 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature BitwiseCopyable>"
192192 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature Extern>"
193+ "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature ValueGenerics>"
193194 "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature AddressableParameters>"
194195 # TODO: we should reevaluate if it still makes sense to restrict this
195196 # 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")
319319list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "FreestandingMacros" )
320320list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "Extern" )
321321list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "BitwiseCopyable" )
322+ list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "ValueGenerics" )
322323list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "AddressableParameters" )
323324list (APPEND swift_stdlib_compile_flags "-enable-experimental-feature" "AddressableTypes" )
324325list (APPEND swift_stdlib_compile_flags "-strict-memory-safety" )
You can’t perform that action at this time.
0 commit comments