[PATCH] D76178: [lit] Recursively apply substitutions

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 26 07:33:39 PDT 2020


ldionne updated this revision to Diff 252833.
ldionne marked 10 inline comments as done.
ldionne added a comment.

Address 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.252833.patch
Type: text/x-patch
Size: 16121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200326/21d57d14/attachment.bin>


More information about the llvm-commits mailing list