Skip to content

Commit 16c49b9

Browse files
committed
Pass -experimental-lazy-typecheck to -emit-module jobs.
Resolves rdar://114203755
1 parent cc24a02 commit 16c49b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftOptions/Options.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1241,6 +1241,7 @@ extension Option {
12411241
Option.ExperimentalPerformanceAnnotations,
12421242
Option.platformCCallingConventionEQ,
12431243
Option.platformCCallingConvention,
1244+
Option.experimentalLazyTypecheck,
12441245
Option.experimentalPrintFullConvention,
12451246
Option.experimentalSkipAllFunctionBodies,
12461247
Option.experimentalSkipNonInlinableFunctionBodiesWithoutTypes,

0 commit comments

Comments
 (0)