File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ function(_compile_swift_files
241
241
list (APPEND swift_flags "-Xfrontend" "-assume-single-threaded" )
242
242
endif ()
243
243
244
- if (SWIFT_STDLIB_ENABLE_SIL_OWNERSHIP AND SWIFTFILE_IS_STDLIB )
244
+ if (SWIFTFILE_IS_STDLIB )
245
245
list (APPEND swift_flags "-Xfrontend" "-enable-sil-ownership" )
246
246
endif ()
247
247
Original file line number Diff line number Diff line change @@ -258,7 +258,6 @@ endif()
258
258
259
259
list (APPEND swift_stdlib_compile_flags "-Xllvm" "-sil-inline-generics" )
260
260
list (APPEND swift_stdlib_compile_flags "-Xllvm" "-sil-partial-specialization" )
261
- list (APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-sil-ownership" )
262
261
if (SWIFT_STDLIB_ENABLE_STDLIBCORE_EXCLUSIVITY_CHECKING )
263
262
list (APPEND swift_stdlib_compile_flags "-enforce-exclusivity=checked" )
264
263
endif ()
You can’t perform that action at this time.
0 commit comments