[all-commits] [llvm/llvm-project] b00a87: [libc++] SSH: Fix tarring of dependencies on Windows
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Apr 6 06:58:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b00a874b7c737119c82cc3826fd3a74a9e5405e3
https://github.com/llvm/llvm-project/commit/b00a874b7c737119c82cc3826fd3a74a9e5405e3
Author: Louis Dionne <ldionne at apple.com>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M libcxx/utils/ssh.py
Log Message:
-----------
[libc++] SSH: Fix tarring of dependencies on Windows
On Windows, we must make sure to close the temporary tar file before we
try to scp it.
This is an alternative approach to https://reviews.llvm.org/D77500.
More information about the All-commits
mailing list