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 a7e7007 + 8a163ff commit 084e4e1Copy full SHA for 084e4e1
utils/build-script-impl
@@ -2911,7 +2911,7 @@ for host in "${ALL_HOSTS[@]}"; do
2911
2912
if [[ "${ENABLE_ASAN}" ]] ; then
2913
# Limit the number of parallel tests
2914
- LLVM_LIT_ARGS="${LLVM_LIT_ARGS} -j $(sysctl hw.physicalcpu | awk -v N=${LIT_JOBS} '{ print (N < $2) ? N : int($2/2) }')"
+ LLVM_LIT_ARGS="${LLVM_LIT_ARGS} -j $(sysctl hw.physicalcpu | awk -v N=${LIT_JOBS} '{ print (N < int($2/2)) ? N : int($2/2) }')"
2915
fi
2916
2917
FILTER_SWIFT_OPTION="--filter=[sS]wift"
0 commit comments