[PATCH] D98179: [lit] Sort test start times based on prior test timing data

David Zarzycki via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 9 03:26:24 PST 2021


davezarzycki marked an inline comment as done.
davezarzycki added inline comments.


================
Comment at: llvm/utils/lit/lit/cl_arguments.py:157
     selection_group.add_argument("-i", "--incremental",
-            help="Run modified and failing tests first (updates mtimes)",
+            help="Start modified and failing tests first (updates mtimes)",
             action="store_true")
----------------
mehdi_amini wrote:
> Seems like you deprecated the option, can you update the doc to reflect it?
I still can't find any documentation for `--incremental`. What am I missing?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98179



More information about the llvm-commits mailing list