File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: f97db69f2cba5048088f9ba6b5f4d0b7bfcef420
2
+ refs/heads/master: b3ab3e5ad9f6b2d8ed8fac9eab62ff458ccaf163
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -3115,6 +3115,8 @@ for host in "${ALL_HOSTS[@]}"; do
3115
3115
LLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} --threads=$( sysctl hw.physicalcpu | awk ' { print $2 }' ) "
3116
3116
fi
3117
3117
3118
+ # Record the times test took and report the slowest.
3119
+ LLVM_LIT_ARGS=" ${LLVM_LIT_ARGS} -v --time-tests"
3118
3120
if [[ " $using_xcodebuild " == " FALSE" ]] ; then
3119
3121
with_pushd ${lldb_build_dir} \
3120
3122
call ${NINJA_BIN} unittests/LLDBUnitTests
You can’t perform that action at this time.
0 commit comments