File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 29ebf2ecef276d1e65ebbc8564e734ea17b3a412
2
+ refs/heads/master: 56dde70520abf96966d6f2c5829f92f0437bb41d
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -229,6 +229,7 @@ function(_compile_swift_files
229
229
# The standard library and overlays are always built resiliently.
230
230
if (SWIFTFILE_IS_STDLIB )
231
231
list (APPEND swift_flags "-enable-library-evolution" )
232
+ list (APPEND swift_flags "-Xfrontend" "-enable-ownership-stripping-after-serialization" )
232
233
endif ()
233
234
234
235
if (SWIFT_STDLIB_USE_NONATOMIC_RC )
Original file line number Diff line number Diff line change @@ -288,8 +288,6 @@ if(SWIFT_STDLIB_ENABLE_STDLIBCORE_EXCLUSIVITY_CHECKING)
288
288
list (APPEND swift_stdlib_compile_flags "-enforce-exclusivity=checked" )
289
289
endif ()
290
290
291
- list (APPEND swift_stdlib_compile_flags "-Xfrontend" "-enable-ownership-stripping-after-serialization" )
292
-
293
291
if (SWIFT_CHECK_ESSENTIAL_STDLIB )
294
292
add_swift_target_library (swift_stdlib_essential ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB IS_STDLIB_CORE
295
293
INSTALL_IN_COMPONENT never_install
You can’t perform that action at this time.
0 commit comments