Skip to content

Commit 908646f

Browse files
Merge pull request #21801 from adrian-prantl/lit
[build-script] Pass LLVM_LIT_ARGS to llvm-lit
2 parents 9c04037 + a7f2f1b commit 908646f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-script-impl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3143,6 +3143,7 @@ for host in "${ALL_HOSTS[@]}"; do
31433143
with_pushd ${results_dir} \
31443144
call "${llvm_build_dir}/bin/llvm-lit" \
31453145
"${lldb_build_dir}/lit" -sv \
3146+
${LLVM_LIT_ARGS} \
31463147
--xunit-xml-output=${results_dir}/results.xml \
31473148
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \"${DOTEST_EXTRA}\""
31483149
if [[ -x "${LLDB_TEST_SWIFT_COMPATIBILITY}" ]] ; then
@@ -3151,6 +3152,7 @@ for host in "${ALL_HOSTS[@]}"; do
31513152
with_pushd ${results_dir} \
31523153
call "${llvm_build_dir}/bin/llvm-lit" \
31533154
"${lldb_build_dir}/lit" -sv \
3155+
${LLVM_LIT_ARGS} \
31543156
--xunit-xml-output=${results_dir}/results.xml \
31553157
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -G swift-history --swift-compiler \"${LLDB_TEST_SWIFT_COMPATIBILITY}\" -t -E \"${DOTEST_EXTRA}\""
31563158
fi

0 commit comments

Comments
 (0)