We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 091dd51 + 50320d2 commit 0306123Copy full SHA for 0306123
utils/swift_build_support/swift_build_support/products/cmake_product.py
@@ -408,9 +408,9 @@ def host_cmake_options(self, host_target):
408
swift_cmake_options.define('SWIFT_HOST_VARIANT_ARCH', swift_host_variant_arch)
409
410
llvm_cmake_options.define('LLVM_LIT_ARGS', '{} -j {}'.format(
411
- self.args.lit_args, self.args.build_jobs))
+ self.args.lit_args, self.args.lit_jobs))
412
swift_cmake_options.define('LLVM_LIT_ARGS', '{} -j {}'.format(
413
414
415
if self.args.clang_profile_instr_use:
416
llvm_cmake_options.define('LLVM_PROFDATA_FILE',
0 commit comments