|
90 | 90 | 'build_swiftpm': False,
|
91 | 91 | 'build_swift_driver': False,
|
92 | 92 | 'build_early_swift_driver': True,
|
93 |
| - 'build_early_swiftsyntax': False, |
| 93 | + 'build_early_swiftsyntax': True, |
94 | 94 | 'build_swiftsyntax': False,
|
95 | 95 | 'build_libparser_only': False,
|
96 | 96 | 'build_skstresstester': False,
|
@@ -519,7 +519,6 @@ class BuildScriptImplOption(_BaseOption):
|
519 | 519 | SetTrueOption('--skip-build'),
|
520 | 520 | SetTrueOption('--swiftpm', dest='build_swiftpm'),
|
521 | 521 | SetTrueOption('--swift-driver', dest='build_swift_driver'),
|
522 |
| - SetTrueOption('--early-swiftsyntax', dest='build_early_swiftsyntax'), |
523 | 522 | SetTrueOption('--swiftsyntax', dest='build_swiftsyntax'),
|
524 | 523 | SetTrueOption('--build-libparser-only', dest='build_libparser_only'),
|
525 | 524 | SetTrueOption('--skstresstester', dest='build_skstresstester'),
|
@@ -637,6 +636,7 @@ class BuildScriptImplOption(_BaseOption):
|
637 | 636 | DisableOption('--skip-clean-xctest', dest='clean_xctest'),
|
638 | 637 | DisableOption('--skip-clean-llbuild', dest='clean_llbuild'),
|
639 | 638 | DisableOption('--skip-early-swift-driver', dest='build_early_swift_driver'),
|
| 639 | + DisableOption('--skip-early-swiftsyntax', dest='build_early_swiftsyntax'), |
640 | 640 | DisableOption('--skip-clean-swiftpm', dest='clean_swiftpm'),
|
641 | 641 | DisableOption('--skip-clean-swift-driver', dest='clean_swift_driver'),
|
642 | 642 | DisableOption('--skip-test-android', dest='test_android'),
|
|
0 commit comments