[libcxx-commits] [PATCH] D98179: [lit] Sort test start times based on prior test timing data
Mehdi AMINI via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Mar 9 11:13:21 PST 2021
mehdi_amini added inline comments.
Herald added a subscriber: JDevlieghere.
================
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")
----------------
davezarzycki wrote:
> 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?
Sorry I wasn't clear: I meant the "help" field here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98179/new/
https://reviews.llvm.org/D98179
More information about the libcxx-commits
mailing list