mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "Revert "[build-script] Update build-script to support building and installing the SourceKit stress tester""
This commit is contained in:
@@ -518,6 +518,9 @@ def create_argument_parser():
|
||||
option(['--swiftsyntax'], store_true('build_swiftsyntax'),
|
||||
help='build swiftSyntax')
|
||||
|
||||
option(['--skstresstester'], store_true('build_skstresstester'),
|
||||
help='build the SourceKit stress tester')
|
||||
|
||||
option('--xctest', toggle_true('build_xctest'),
|
||||
help='build xctest')
|
||||
|
||||
@@ -985,6 +988,8 @@ SWIFT_SOURCE_ROOT: a directory containing the source for LLVM, Clang, Swift.
|
||||
/llbuild (optional)
|
||||
/swiftpm (optional, requires llbuild)
|
||||
/swift-syntax (optional, requires swiftpm)
|
||||
/swift-stress-tester (optional,
|
||||
requires swift-syntax)
|
||||
/compiler-rt (optional)
|
||||
/swift-corelibs-xctest (optional)
|
||||
/swift-corelibs-foundation (optional)
|
||||
|
||||
Reference in New Issue
Block a user