Skip to content

Commit

Permalink
Add LIT's '--time-tests' option for the LLDB remote-linux builders.
Browse files Browse the repository at this point in the history
  • Loading branch information
vvereschaka committed Nov 19, 2024
1 parent 6691395 commit 6798f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildbot/osuosl/master/config/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,7 @@
"LLVM_INCLUDE_BENCHMARKS" : "OFF",
"LLVM_PARALLEL_LINK_JOBS" : 8,
"CLANG_DEFAULT_LINKER" : "lld",
"LLVM_LIT_ARGS" : "-v -vv --threads=8",
"LLVM_LIT_ARGS" : "-v -vv --threads=8 --time-tests",

"TOOLCHAIN_TARGET_TRIPLE" : "aarch64-unknown-linux-gnu",
"TOOLCHAIN_TARGET_COMPILER_FLAGS" : "-mcpu=cortex-a78",
Expand Down Expand Up @@ -3456,7 +3456,7 @@
"LLVM_TARGET_TRIPLE" : "aarch64-unknown-linux-gnu",
"LLVM_INCLUDE_BENCHMARKS" : "OFF",
"LLVM_PARALLEL_LINK_JOBS" : 8,
"LLVM_LIT_ARGS" : "-v -vv --threads=8",
"LLVM_LIT_ARGS" : "-v -vv --threads=8 --time-tests",

"TOOLCHAIN_TARGET_TRIPLE" : "aarch64-unknown-linux-gnu",
"TOOLCHAIN_TARGET_COMPILER_FLAGS" : "-mcpu=cortex-a78",
Expand Down

0 comments on commit 6798f9c

Please sign in to comment.