Skip to content

Commit a7f2f1b

Browse files
committed
[build-script] Pass LLVM_LIT_ARGS to llvm-lit
1 parent 59ddf34 commit a7f2f1b

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
@@ -3141,6 +3141,7 @@ for host in "${ALL_HOSTS[@]}"; do
31413141
with_pushd ${results_dir} \
31423142
call "${llvm_build_dir}/bin/llvm-lit" \
31433143
"${lldb_build_dir}/lit" -sv \
3144+
${LLVM_LIT_ARGS} \
31443145
--xunit-xml-output=${results_dir}/results.xml \
31453146
--param dotest-args="--build-dir ${lldb_build_dir}/lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \"${DOTEST_EXTRA}\""
31463147
if [[ -x "${LLDB_TEST_SWIFT_COMPATIBILITY}" ]] ; then
@@ -3149,6 +3150,7 @@ for host in "${ALL_HOSTS[@]}"; do
31493150
with_pushd ${results_dir} \
31503151
call "${llvm_build_dir}/bin/llvm-lit" \
31513152
"${lldb_build_dir}/lit" -sv \
3153+
${LLVM_LIT_ARGS} \
31523154
--xunit-xml-output=${results_dir}/results.xml \
31533155
--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}\""
31543156
fi

0 commit comments

Comments
 (0)