File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,8 @@ function(_compile_swift_files
232
232
list (APPEND swift_flags "-Xfrontend" "-sil-verify-all" )
233
233
endif ()
234
234
235
- # The standard library and overlays are always built with resilience.
236
- if (SWIFTFILE_IS_STDLIB )
235
+ # The standard library are always built with resilience, but not the overlays yet .
236
+ if (SWIFTFILE_IS_STDLIB_CORE )
237
237
list (APPEND swift_flags "-Xfrontend" "-enable-resilience" )
238
238
endif ()
239
239
Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -primary-file %s -emit-ir | %FileCheck %s
2
2
// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil -primary-file %s -O -emit-ir | %FileCheck %s
3
3
4
- // REQUIRES: objc_interop
4
+ // REQUIRES: objc_interop, overlay_resilience
5
5
6
6
import Foundation
7
7
You can’t perform that action at this time.
0 commit comments