Skip to content

Commit 9a0d6e8

Browse files
authored
Merge pull request #23781 from dcci/build-script-new
2 parents 6317b17 + 16d04c8 commit 9a0d6e8

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
@@ -3115,6 +3115,8 @@ for host in "${ALL_HOSTS[@]}"; do
31153115
LLVM_LIT_ARGS="${LLVM_LIT_ARGS} --threads=$(sysctl hw.physicalcpu | awk '{ print $2 }')"
31163116
fi
31173117

3118+
# Record the times test took and report the slowest.
3119+
LLVM_LIT_ARGS="${LLVM_LIT_ARGS} -v --time-tests"
31183120
if [[ "$using_xcodebuild" == "FALSE" ]] ; then
31193121
with_pushd ${lldb_build_dir} \
31203122
call ${NINJA_BIN} unittests/LLDBUnitTests

0 commit comments

Comments
 (0)