File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1671,6 +1671,7 @@ function(add_swift_target_library name)
1671
1671
# behavior for their requirements.
1672
1672
if (SWIFTLIB_IS_STDLIB )
1673
1673
list (APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-warn-implicit-overrides" )
1674
+ list (APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-Xfrontend;-enable-ossa-modules" )
1674
1675
endif ()
1675
1676
1676
1677
if (NOT SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER AND NOT BUILD_STANDALONE AND
Original file line number Diff line number Diff line change @@ -286,7 +286,6 @@ endif()
286
286
287
287
# STAGING: Temporarily avoids having to write #fileID in Swift.swiftinterface.
288
288
list (APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-experimental-concise-pound-file" )
289
- list (APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-ossa-modules" )
290
289
291
290
if (SWIFT_CHECK_ESSENTIAL_STDLIB )
292
291
add_swift_target_library (swift_stdlib_essential ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB IS_STDLIB_CORE
You can’t perform that action at this time.
0 commit comments