You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/build-script-impl
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,7 @@ KNOWN_SETTINGS=(
200
200
install-swiftpm """whether to install swiftpm"
201
201
install-swiftsyntax """whether to install swiftsyntax"
202
202
skip-install-swiftsyntax-module """set to skip installing swiftsyntax modules"
203
+
swiftsyntax-verify-generated-files """set to verify that the generated files in the source tree match the ones that would be generated from current master"
203
204
install-xctest """whether to install xctest"
204
205
install-foundation """whether to install foundation"
0 commit comments