[PATCH] D66506: [lit][NFC] Capture boilerplate for in-process shell builtins

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 20 16:32:28 PDT 2019


jdenny created this revision.
jdenny added reviewers: probinson, stella.stamenova, bd1976llvm, jlpeyton, rnk, mgorny.
Herald added a subscriber: delcypher.
Herald added a project: LLVM.
jdenny added a child revision: D65697: [lit] Fix internal env calling internal commands.

In lit's internal shell, put in-process shell builtins (such as `cd`,
`export`, `mkdir`) in a map so that boilerplate need only be
implemented once.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D66506

Files:
  llvm/utils/lit/lit/TestRunner.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66506.216285.patch
Type: text/x-patch
Size: 7436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190820/eef973ca/attachment.bin>


More information about the llvm-commits mailing list