Skip to content

Commit 41ac9ca

Browse files
authored
Merge pull request #21806 from adrian-prantl/LLVM_LIT_ARGS
2 parents 11a8be1 + 94c2e46 commit 41ac9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/build-script-impl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2529,8 +2529,8 @@ for host in "${ALL_HOSTS[@]}"; do
25292529

25302530
if [[ "${ENABLE_ASAN}" ]] ; then
25312531
# Limit the number of parallel tests.
2532-
cmake_options+=(
2533-
-DLLVM_LIT_ARGS="--threads=$(sysctl hw.physicalcpu | cut -d : -f 2)"
2532+
LLVM_LIT_ARGS+=(
2533+
"--threads=$(sysctl hw.physicalcpu | cut -d : -f 2)"
25342534
)
25352535
fi
25362536
fi

0 commit comments

Comments
 (0)