[PATCH] D39567: [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally

Ying Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 6 05:33:55 PST 2017


MaggieYi added a comment.

> 2. Now that we have upwards of 6 builtin commands, I'm starting to think they should be separated into their own file.  For example, `lit/test/ShellBuiltins.py`  We could test them via unittests (e.g. see how `BooleanExpression.py` implements its unit tests).
> 
>   What do you think?

Hi Zachary,

Many thanks for your help on reviewing the patch and sorry for my late reply.

Yes, you are right. It could be done as a follow-up patch.

Thanks,


https://reviews.llvm.org/D39567





More information about the llvm-commits mailing list