File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,8 @@ lldb-assertions
300
300
301
301
[preset: lldb-pull-request]
302
302
lldb
303
+ lit-args =-v
304
+
303
305
lldb-use-system-debugserver
304
306
release-debuginfo
305
307
test
Original file line number Diff line number Diff line change @@ -810,6 +810,9 @@ function set_build_options_for_host() {
810
810
swift_cmake_options+=(
811
811
-DLLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -j ${LIT_JOBS} "
812
812
)
813
+ lldb_cmake_options+=(
814
+ -DLLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -j ${LIT_JOBS} "
815
+ )
813
816
814
817
if [[ " ${CLANG_PROFILE_INSTR_USE} " ]]; then
815
818
llvm_cmake_options+=(
@@ -2908,9 +2911,6 @@ for host in "${ALL_HOSTS[@]}"; do
2908
2911
LLVM_LIT_FILTER_ARG=" ${FILTER_SWIFT_OPTION} "
2909
2912
fi
2910
2913
2911
- # Record the times test took and report the slowest.
2912
- LLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -v --time-tests"
2913
-
2914
2914
echo " --- Running LLDB unit tests ---"
2915
2915
with_pushd ${lldb_build_dir} \
2916
2916
call ${NINJA_BIN} -j ${BUILD_JOBS} unittests/LLDBUnitTests
You can’t perform that action at this time.
0 commit comments