[PATCH] D125502: [Lit] Add pushd and popd builtins
David Goldman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 12 13:34:28 PDT 2022
dgoldman created this revision.
dgoldman added a reviewer: compnerd.
Herald added a subscriber: delcypher.
Herald added a project: All.
dgoldman requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This behaves just like the sh/cmd.exe equivalents.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D125502
Files:
llvm/utils/lit/lit/TestRunner.py
llvm/utils/lit/tests/Inputs/shtest-pushd-popd/lit.cfg
llvm/utils/lit/tests/Inputs/shtest-pushd-popd/popd-args.txt
llvm/utils/lit/tests/Inputs/shtest-pushd-popd/popd-no-stack.txt
llvm/utils/lit/tests/Inputs/shtest-pushd-popd/pushd-popd-ok.txt
llvm/utils/lit/tests/Inputs/shtest-pushd-popd/pushd-too-many-args.txt
llvm/utils/lit/tests/shtest-pushd-popd.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D125502.429062.patch
Type: text/x-patch
Size: 5456 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220512/202a5860/attachment.bin>
More information about the llvm-commits
mailing list