[PATCH] D54328: Added 'cd -' built in to lit

Jason Mittertreiner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 12 18:19:01 PST 2018


jmittert added a comment.

So then assuming I want to run a single command in a given directory, what's the recommended way of doing that if not `pushd`/`cd -`? `(cd %t && ...)` currently doesn't work on Windows which is what I was trying to work around.


Repository:
  rL LLVM

https://reviews.llvm.org/D54328





More information about the llvm-commits mailing list