Fix build-script SwiftEvolve support (#22148)

This commit is contained in:
Brent Royal-Gordon
2019-02-12 16:09:58 -08:00
committed by GitHub
parent 0bebba840e
commit 541b17a593
4 changed files with 33 additions and 3 deletions

View File

@@ -882,6 +882,8 @@ class BuildScriptInvocation(object):
product_classes.append(products.SwiftSyntax)
if self.args.build_skstresstester:
product_classes.append(products.SKStressTester)
if self.args.build_swiftevolve:
product_classes.append(products.SwiftEvolve)
if self.args.build_indexstoredb:
product_classes.append(products.IndexStoreDB)
if self.args.build_sourcekitlsp: