[PATCH] D27701: [lit] Fix discovery test on Windows

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 20:10:43 PST 2016


modocache requested a review of this revision.
modocache added a comment.

Actually, I'm not sure this can be fixed in `LitConfig.py`. I could force the lit output to always use Unix path separators, even on Windows, but that would be inconvenient for Windows developers that want to copy and paste the paths.

Still, matching `SEP` like this is gross. Do any reviewers feel strongly about this? Would it be better if I added a way to match path separators to FileCheck itself?


https://reviews.llvm.org/D27701





More information about the llvm-commits mailing list