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 @@ -1705,6 +1705,7 @@ function(add_swift_target_library name)
1705
1705
# behavior for their requirements.
1706
1706
if (SWIFTLIB_IS_STDLIB )
1707
1707
list (APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-warn-implicit-overrides" )
1708
+ list (APPEND SWIFTLIB_SWIFT_COMPILE_FLAGS "-Xfrontend;-enable-ossa-modules" )
1708
1709
endif ()
1709
1710
1710
1711
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