[PATCH] D83834: Add test utility 'split-file'
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 29 12:44:53 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/tools/split-file/basic.test:10
+//--- end
+
+# RUN: split-file %s %t
----------------
I'll enhance the test a bit:
```
## Test that we will delete the output if it is a file, so that we can create
## a directory.
# RUN: touch %t
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83834/new/
https://reviews.llvm.org/D83834
More information about the llvm-commits
mailing list