File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,5 +10,4 @@ add_compile_options(
10
10
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature FreestandingMacros>"
11
11
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature BitwiseCopyable>"
12
12
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature Extern>"
13
- "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature ValueGenerics>"
14
- "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature AddressableParameters>" )
13
+ "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature ValueGenerics>" )
Original file line number Diff line number Diff line change @@ -277,6 +277,8 @@ target_compile_options(swiftCore PRIVATE
277
277
# STAGING: Temporarily avoids having to write #fileID in Swift.swiftinterface.
278
278
# see also 327ea8bce2d1107a847d444651b19ca6a2901c9e
279
279
"$<$<COMPILE_LANGUAGE:Swift>:SHELL:-Xfrontend -enable-experimental-concise-pound-file>"
280
+ "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature AddressableParameters>"
281
+ "$<$<COMPILE_LANGUAGE:Swift>:SHELL:-enable-experimental-feature AddressableTypes>"
280
282
$< $< COMPILE_LANGUAGE:Swift> :-parse-stdlib>
281
283
$< $< COMPILE_LANGUAGE:Swift> :-nostdimport>
282
284
$< $< COMPILE_LANGUAGE:Swift> :-explicit-module-build>
You can’t perform that action at this time.
0 commit comments