[PATCH] D64135: [lit] Parse command-line options from LIT_OPTS

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 14:05:19 PDT 2019


jdenny added a subscriber: rnk.
jdenny added a comment.

In D64135#1569174 <https://reviews.llvm.org/D64135#1569174>, @rnk wrote:

> I think it would be preferable to standardize on llvm-lit as the way to re-run particular tests with some options.


Thanks for the comment.  Why so?

For me, it seems quicker to use `LIT_OPTS` and ninja because I don't have to extract the lit command line from `ninja -v`.  For `ninja check-all`, that's a lot to copy and paste.  It also avoids forgetting to rebuild while I'm alternating between hacking the source and re-running failing tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D64135





More information about the llvm-commits mailing list