Skip to content

Commit 0f9b86d

Browse files
committed
---
yaml --- r: 347450 b: refs/heads/master c: b3ab3e5 h: refs/heads/master
1 parent d4e1922 commit 0f9b86d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: f97db69f2cba5048088f9ba6b5f4d0b7bfcef420
2+
refs/heads/master: b3ab3e5ad9f6b2d8ed8fac9eab62ff458ccaf163
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/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)