[PATCH] D52831: [lit] Only return a found bash executable on Windows if it can understand Windows paths

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 3 14:48:52 PDT 2018


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

I see, these are the two lit tests that force usage of the external shell. Eventually we should kill off external shell support on Windows and delete the tests and this code, but for now, this workaround seems fine if it fixes the existing tests for you.


https://reviews.llvm.org/D52831





More information about the llvm-commits mailing list