[PATCH] D29374: [libFuzzer] cmd prompt doesn't expand wildcard.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 11:00:38 PST 2017


zturner added a comment.

In https://reviews.llvm.org/D29374#663547, @kcc wrote:

> but isn't there a way to run this test in a proper bash on windows?
>  This will solve all problems like this one.


Sadly Windows doesn't have bash :(

There are ways to get bash on Windows, but it's only in very new versions of Windows (which means not the bots), it's off by default and hard to turn on, and anyway LLVM's system requirements don't require it.


https://reviews.llvm.org/D29374





More information about the llvm-commits mailing list