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

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 1 09:14:07 PST 2017


mpividori added a comment.

@kcc as far as I understand, cmd prompt is the only shell in all Windows systems by default. So we can't use a different one.
Instead, I think `sancov` implementation should be updated to expand wildcards in its parameters.


https://reviews.llvm.org/D29374





More information about the llvm-commits mailing list