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

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 3 15:36:52 PDT 2019


probinson added a comment.

lit has options?

If this works when running llvm-lit.py as well as ninja check-foo, I can see it being handy for those (rare at least for me) occasions when a lit option is what you want.  And it looks pretty cheap.

Re tests, I don't see why you have 4, wouldn't 2 be sufficient? Given that 2, 3, and 4 are identical.


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