This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Can't use wildcard ? for Windows.
ClosedPublic

Authored by mpividori on Feb 3 2017, 10:52 PM.

Details

Summary

Command prompt doesn't expand wildcards. So we can not use ?.

Diff Detail

Repository
rL LLVM

Event Timeline

mpividori created this revision.Feb 3 2017, 10:52 PM
kcc accepted this revision.Feb 6 2017, 11:21 AM

LGTM
last time you assured me that we had only one test that required bash...
The change itself is kind-of-ok, but we don't have a way to keep windows from regressing,.
So windows will keep breaking.

This revision is now accepted and ready to land.Feb 6 2017, 11:21 AM
This revision was automatically updated to reflect the committed changes.