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