[PATCH] D154984: [lit] Drop "Script:", make -v and -a imply -vv

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 14 09:37:32 PDT 2023


jdenny updated this revision to Diff 556792.
jdenny added a comment.

Rebased onto today's main.  This brings in PR #65242 <https://github.com/llvm/llvm-project/pull/65242>, which included some code to accommodate the `Script:` section.  The current patch eliminates the `Script:` section, so this update cleans up that code. Otherwise, the current patch hasn't changed much.

I don't think this patch requires another review before I land it, but of course reviewers are welcome to comment.  I will wait to re-land it along with PR
#65267 <https://github.com/llvm/llvm-project/pull/65267>, which still requires more work and review.


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

https://reviews.llvm.org/D154984

Files:
  llvm/docs/CommandGuide/lit.rst
  llvm/utils/lit/lit/LitConfig.py
  llvm/utils/lit/lit/TestRunner.py
  llvm/utils/lit/lit/cl_arguments.py
  llvm/utils/lit/lit/main.py
  llvm/utils/lit/tests/Inputs/shtest-if-else/test.txt
  llvm/utils/lit/tests/shtest-format.py
  llvm/utils/lit/tests/shtest-inject.py
  llvm/utils/lit/tests/shtest-not.py
  llvm/utils/lit/tests/shtest-output-printing.py
  llvm/utils/lit/tests/shtest-run-at-line.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154984.556792.patch
Type: text/x-patch
Size: 21992 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230914/820ddb93/attachment.bin>


More information about the llvm-commits mailing list