-
Notifications
You must be signed in to change notification settings - Fork 10.5k
[build-script] Add --time-test to build-script invocation for lldb te… #23781
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…sts. <rdar://problem/48986159>
@swift-ci test |
utils/build-script-impl
Outdated
@@ -3122,7 +3122,7 @@ for host in "${ALL_HOSTS[@]}"; do | |||
with_pushd ${results_dir} \ | |||
call "${llvm_build_dir}/bin/llvm-lit" \ | |||
"${lldb_build_dir}/lit" \ | |||
${LLVM_LIT_ARGS} \ | |||
${LLVM_LIT_ARGS} -v --time-tests \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about amending LLVM_LIT_ARGS only once on line 3116?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
or even earlier, since we probably want this to affect every lit invocation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
got it.
@swift-ci test and merge |
Build failed |
is this a known issue? |
@dcci Yes. /cc @Rostepher |
…sts.
rdar://problem/48986159