[libcxx-commits] [PATCH] D98028: [libcxx] [test] Add an option to ssh.py for using a different temp path

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Mar 5 06:20:55 PST 2021


ldionne requested changes to this revision.
ldionne added a comment.
This revision now requires changes to proceed.

Is there a way to get the temp directory path on Windows? We could use that instead -- I'd love to avoid adding more arguments to this script.

Otherwise, we could just switch to `mktemp -d` and let it select the directory name itself (i.e. don't try to provide a template).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D98028/new/

https://reviews.llvm.org/D98028



More information about the libcxx-commits mailing list