Skip to content

Commit 4b6379d

Browse files
dschaefer2bnbarham
authored andcommitted
Remove --enable-library-evolution flag on prepare. (swiftlang#7635)
(cherry picked from commit d5f6260)
1 parent 6bed610 commit 4b6379d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ public final class SwiftTargetBuildDescription {
563563

564564
if self.buildParameters.prepareForIndexing {
565565
args += [
566-
"-Xfrontend", "-enable-library-evolution",
567566
"-Xfrontend", "-experimental-skip-all-function-bodies",
568567
"-Xfrontend", "-experimental-lazy-typecheck",
569568
"-Xfrontend", "-experimental-skip-non-exportable-decls",

0 commit comments

Comments
 (0)