[PATCH] D76178: [lit] Recursively apply substitutions

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 15:14:53 PDT 2020


ldionne updated this revision to Diff 252991.
ldionne marked an inline comment as done.
ldionne added a comment.

Fix documentation per review comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76178

Files:
  llvm/docs/CommandGuide/lit.rst
  llvm/utils/lit/lit/LitConfig.py
  llvm/utils/lit/lit/TestRunner.py
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/lit.cfg
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-no-limit/test.py
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-within-limit/lit.cfg
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/does-not-substitute-within-limit/test.py
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/negative-integer/lit.cfg
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/negative-integer/test.py
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/not-an-integer/lit.cfg
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/not-an-integer/test.py
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/set-to-none/lit.cfg
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/set-to-none/test.py
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/lit.cfg
  llvm/utils/lit/tests/Inputs/shtest-recursive-substitution/substitutes-within-limit/test.py
  llvm/utils/lit/tests/shtest-recursive-substitution.py
  llvm/utils/lit/tests/unit/TestRunner.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76178.252991.patch
Type: text/x-patch
Size: 16231 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/fb8cfaa4/attachment-0001.bin>


More information about the llvm-commits mailing list