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
+4-3
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ KNOWN_SETTINGS=(
62
62
build-args """arguments to the build tool; defaults to -j8 when CMake generator is \"Unix Makefiles\""
63
63
build-dir """out-of-tree build directory; default is in-tree. **This argument is required**"
64
64
build-jobs """The number of parallel build jobs to use"
65
+
lit-jobs """The number of workers to use when testing with lit"
65
66
build-runtime-with-host-compiler """use the host c++ compiler to build everything"
66
67
build-stdlib-deployment-targets "all""space-separated list that filters which of the configured targets to build the Swift standard library for, or 'all'"
67
68
build-toolchain-only """If set, only build the necessary tools to build an external toolchain"
@@ -829,10 +830,10 @@ function set_build_options_for_host() {
0 commit comments