File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -3141,6 +3141,7 @@ for host in "${ALL_HOSTS[@]}"; do
3141
3141
with_pushd ${results_dir} \
3142
3142
call " ${llvm_build_dir} /bin/llvm-lit" \
3143
3143
" ${lldb_build_dir} /lit" -sv \
3144
+ ${LLVM_LIT_ARGS} \
3144
3145
--xunit-xml-output=${results_dir} /results.xml \
3145
3146
--param dotest-args=" --build-dir ${lldb_build_dir} /lldb-test-build.noindex ${LLDB_TEST_SUBDIR_CLAUSE} ${LLDB_TEST_CATEGORIES} -t -E \" ${DOTEST_EXTRA} \" "
3146
3147
if [[ -x " ${LLDB_TEST_SWIFT_COMPATIBILITY} " ]] ; then
@@ -3149,6 +3150,7 @@ for host in "${ALL_HOSTS[@]}"; do
3149
3150
with_pushd ${results_dir} \
3150
3151
call " ${llvm_build_dir} /bin/llvm-lit" \
3151
3152
" ${lldb_build_dir} /lit" -sv \
3153
+ ${LLVM_LIT_ARGS} \
3152
3154
--xunit-xml-output=${results_dir} /results.xml \
3153
3155
--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} \" "
3154
3156
fi
You can’t perform that action at this time.
0 commit comments