[PATCH] D27893: [lit] Fix shtest-format test on Windows
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 18 02:18:38 PST 2016
delcypher added a comment.
In https://reviews.llvm.org/D27893#625978, @ddunbar wrote:
> Why don't we make this use an script we define to test the failure mode, rather than depend on an external tool, to make the test more reliable.
+1
Given that Python is already a dependency we can write the script in that.
https://reviews.llvm.org/D27893
More information about the llvm-commits
mailing list