Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands ↵ | Ying Yi | 2017-12-01 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | internally Summary: The internal shell already supports 'cd', ‘export’ and ‘echo’ commands. This patch adds implementation of non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands as the internal shell builtins. Reviewed by: Zachary Turner, Reid Kleckner Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D39567 llvm-svn: 319528 | ||||
* | Reverted rL318911 since it broke the sanitizer-windows. | Ying Yi | 2017-11-23 | 1 | -3/+0 |
| | | | | llvm-svn: 318914 | ||||
* | [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands ↵ | Ying Yi | 2017-11-23 | 1 | -0/+3 |
internally Summary: The internal shell already supports 'cd', ‘export’ and ‘echo’ commands. This patch adds implementation of non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands as the internal shell builtins. Reviewers: Zachary Turner, Reid Kleckner Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D39567 llvm-svn: 318911 |