[PATCH] D99073: [lit] Reliable progress indicator and ETA

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 11:02:22 PDT 2021


lebedev.ri marked an inline comment as done.
lebedev.ri added inline comments.


================
Comment at: llvm/utils/lit/lit/display.py:4
 
 def create_display(opts, tests, total_tests, workers):
     if opts.quiet:
----------------
yln wrote:
> `tests` is now the list of test objects, not just a count, right?
Yep.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99073/new/

https://reviews.llvm.org/D99073



More information about the llvm-commits mailing list