We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f6beec6 + 62ece7e commit e43334aCopy full SHA for e43334a
stdlib/public/core/CMakeLists.txt
@@ -226,6 +226,7 @@ endif()
226
227
list(APPEND swift_stdlib_compile_flags "-Xllvm" "-sil-inline-generics")
228
list(APPEND swift_stdlib_compile_flags "-Xllvm" "-sil-partial-specialization")
229
+list(APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-sil-ownership")
230
231
if(SWIFT_CHECK_ESSENTIAL_STDLIB)
232
add_swift_library(swift_stdlib_essential ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB IS_STDLIB_CORE
0 commit comments