[PATCH] D82233: [lit] Add --show command line option

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 19 14:09:41 PDT 2020


yln marked an inline comment as done.
yln added a comment.

Since `--show` subsumes `--show-unsupported` and `--show-xfail`, how do people feel about removing those in a separate follow-up change?



================
Comment at: llvm/docs/CommandGuide/lit.rst:166
- or the environment vairable MAX_FAILURES may be set
- prior to execution.
 
----------------
Drive by fix.  Lit does not respect the `MAX_FAILURES` env var.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82233





More information about the llvm-commits mailing list