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.
1 parent 0f4429b commit 8a163ffCopy full SHA for 8a163ff
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