[PATCH] D30231: Replace backslashes with forward slashes

Galina via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 15:48:05 PST 2017


gkistanova added a comment.

> Galina, do you know how to get the working directory with forward slashes instead of backslashes?

Currently we could get it either with mixed slashes (backslashes from rendering `%(workdir)s`), or all forward slashes.

Having paths with all forward slashes, you wouldn't be able to set some env vars, like PATH, for example, unless you want to go with a custom renderer in some cases.


https://reviews.llvm.org/D30231





More information about the llvm-commits mailing list